import { Theme } from '../theme/index.js'; import { TextColors, TextProps, TextSizes, TextWeight } from './types.js'; export declare const sizes: { xxs: import("styled-components").FlattenInterpolation>; xs: import("styled-components").FlattenInterpolation>; sm: import("styled-components").FlattenInterpolation>; md: import("styled-components").FlattenInterpolation>; lg: import("styled-components").FlattenInterpolation>; xl: import("styled-components").FlattenInterpolation>; }; export declare const TextStyle: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, { color: TextColors; size: TextSizes; weight: TextWeight; theme: Theme; } & Omit, never>; //# sourceMappingURL=TextStyles.d.ts.map