import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { dialogState: any; setDialogState: any; options: any; } export declare const CreateVerifiablePresentationDialogContent: FC;