/// import { TypographyProps } from "./types"; declare function Typography({ className, style, as, css, htmlTag, variant, color, textAlign, ...rest }: TypographyProps): JSX.Element; export default Typography; //# sourceMappingURL=index.d.ts.map