import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps } from '@chakra-ui/system';

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

export { ModalFooter, ModalFooterProps };
