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