import * as _yamada_ui_core from '@yamada-ui/core';
import { ModalBodyProps } from './modal-body.js';
interface DrawerBodyProps extends ModalBodyProps {
}
declare const DrawerBody: _yamada_ui_core.Component<"main", DrawerBodyProps>;
export { DrawerBody, type DrawerBodyProps };