import { BoxProps } from '../../Box'; export type ModalFooterProps = BoxProps; export declare function ModalFooter(props: ModalFooterProps): import("react/jsx-runtime").JSX.Element;