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