import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';

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

export { ModalFooter, type ModalFooterProps };
