import * as _heroui_system from '@heroui/system'; import { HTMLHeroUIProps } from '@heroui/system'; interface ModalFooterProps extends HTMLHeroUIProps<"footer"> { } declare const ModalFooter: _heroui_system.InternalForwardRefRenderFunction<"footer", ModalFooterProps, never>; export { type ModalFooterProps, ModalFooter as default };