import type { FC } from 'react'; import { type DrawerBodyProps } from '../Drawer'; export type DialogBodyProps = DrawerBodyProps; export declare const DialogBody: FC;