import * as _yamada_ui_core from '@yamada-ui/core';
import { ModalFooterProps } from './modal-footer.mjs';

interface DrawerFooterProps extends ModalFooterProps {
}
declare const DrawerFooter: _yamada_ui_core.Component<"footer", DrawerFooterProps>;

export { DrawerFooter, type DrawerFooterProps };
