import { VariantProps } from 'class-variance-authority'; import type * as React from 'react'; declare const typographyVariants: (props?: ({ variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "Headline1" | "Headline2" | "Headline3" | "Headline4" | "Headline5" | "Headline6" | "Headline7" | "Headline8" | "Title1" | "Title2" | "Title3" | "Title4" | "Body1" | "Body2" | "Caption1" | "Caption2" | "h7" | "h8" | "t1" | "t2" | "t3" | "t4" | "b1" | "b2" | "c1" | "c2" | null | undefined; android?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type TypographyVariantPropType = VariantProps; declare const typographyVariantElementMap: Record, string>; export interface TypographyProps extends React.HTMLAttributes, VariantProps { as?: string; asChild?: boolean; } declare const Typography: { ({ className, variant, android, as, asChild, ref, ...props }: TypographyProps & { ref?: React.Ref; }): React.JSX.Element; displayName: string; }; export { Typography, typographyVariantElementMap, typographyVariants }; //# sourceMappingURL=typography.d.ts.map