import { HTMLChakraProps } from "../system";
export interface ModalFooterProps extends HTMLChakraProps<"footer"> {
}
/**
* ModalFooter houses the action buttons of the modal.
* @see Docs https://chakra-ui.com/modal
*/
export declare const ModalFooter: import("../system").ComponentWithAs<"footer", ModalFooterProps>;