import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { DialogProps } from './Dialog.types';
export declare const Dialog: ForwardRefComponent<"div", DialogProps>;
//# sourceMappingURL=Dialog.d.ts.map