import { ModalBodyProps } from '../Modal/ModalBody';
export type DrawerBodyProps = ModalBodyProps;
declare const DrawerBody: import("../internals/types").InternalRefForwardingComponent<"div", import("..").BoxProps, never> & Record<string, never>;
export default DrawerBody;