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