import { type BoxProps } from '../Box'; export type ModalFooterProps = BoxProps; declare const ModalFooter: ({ children, justifyContent, }: ModalFooterProps) => import("react/jsx-runtime").JSX.Element; export default ModalFooter; //# sourceMappingURL=ModalFooter.d.ts.map