/// import { DialogProps } from './Dialog'; export { DialogProps } from './Dialog'; declare const _default: (props: DialogProps) => JSX.Element; export default _default; export declare function getContainer(): HTMLDivElement;