import React from "react"; export interface TypographyProps extends React.HTMLAttributes { variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "div"; children?: React.ReactNode; } export declare const Typography: React.ForwardRefExoticComponent>; //# sourceMappingURL=Typography.d.ts.map