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