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