import { FC } from 'react';
import type { DialogProps } from './Dialog.container';
export declare const DialogComponent: FC<DialogProps>;
