import React from "react"; import ".././../../styles/main.css"; import { TypographyProp } from "./TypographyProps"; declare const ldnTypography: (props: TypographyProp) => React.JSX.Element; export default ldnTypography; //# sourceMappingURL=Typography.d.ts.map