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