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