import * as React from "react"; import type { DrawerProps } from "../../Drawer/index.js"; export type DrawerBodyProps = Pick; export declare const DrawerBody: ({ bodyPadding, children }: DrawerBodyProps) => React.JSX.Element;