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