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