import { TypographyProps } from "./types"; export declare const ColorProperties: ({ color }: TypographyProps) => import("styled-components").FlattenSimpleInterpolation; export declare const Text: import("styled-components").StyledComponent<"span", any, TypographyProps, never>; //# sourceMappingURL=styles.d.ts.map