import { TypographyProps } from "./types.js"; import React from "react"; //#region src/typography/typography.d.ts declare const Typography: React.ForwardRefExoticComponent>; //#endregion export { Typography }; //# sourceMappingURL=typography.d.ts.map