import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { DialogProps } from './types.js'; declare const Dialog: { (inProps: DialogProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Dialog };