import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { DrawerBodyProps } from './types.js'; declare const DrawerBody: { (inProps: DrawerBodyProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { DrawerBody };