interface PropsType {
joinList: any[];
apiList: any[];
mainInfo: any;
onCheckForm: () => void;
setJoinList: (joinList: any[]) => void;
}
export declare const JoinsList: ({ joinList, apiList, mainInfo, onCheckForm, setJoinList }: PropsType) => JSX.Element;
export {};