import { TypographyStyle } from "../../theme/typings/typography"; export interface TextProps { color?: string; className?: string; typography?: TypographyStyle; }