import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { setDialogState?: any; passwordToKey: any; seedToId: any; } export declare const CapturePasswordDialogContent: FC;