import { FC } from 'react'; import { UpdateDialogProps } from './types'; export declare const DefaultUpdateDialog: FC;