import React from 'react'; import { DialogProps } from './Dialog.type'; export declare const Dialog: React.FC;