import { FlexProps } from '../../Flex'; export type ModalFooterProps = FlexProps; declare const ModalFooter: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default ModalFooter; //# sourceMappingURL=ModalFooter.d.ts.map