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

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

export { DialogFooter, type DialogFooterProps };
