import * as React from "react"; import type { TitleTypographyOwnProps, PolymorphicWithRef } from "../types"; declare type TitleTypographyProps = PolymorphicWithRef; declare type TitleTypographyElement = (props: TitleTypographyProps) => React.ReactElement>; declare const TitleTypography: TitleTypographyElement; export default TitleTypography; //# sourceMappingURL=TitleTypography.d.ts.map