/// export declare const buildImportInterface: (wallet: any, setDialogState: any, handleSubmit: any) => { disabledWhen: () => boolean; dialogTrigger: JSX.Element; dialogTitle: string; dialogSubmitTitle: string; dialogContent: JSX.Element; handleSubmit: any; handleCancel: () => Promise; };