import { TypographyProps } from './types'; import { FunctionComponent } from 'react'; export declare const typographyCva: (props?: ({ size?: "small" | "regular" | "medium" | "large" | "heading" | "title" | null | undefined; weight?: "normal" | "bold" | null | undefined; color?: "primary" | "error" | "warning" | "success" | "moderate" | "regular" | "silent" | null | undefined; decoration?: "underline" | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export declare const Typography: FunctionComponent; //# sourceMappingURL=Typography.d.ts.map