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