import { FontWeightProps, FontStyleProps, LineHeightProps, FontFamilyProps, ColorProps, TextAlignProps } from 'styled-system'; import CSS from 'csstype'; import { BodyTextVariant } from './types'; export declare const Text: import("styled-components").StyledComponent<"p", any, { variant: BodyTextVariant; overflow: 'truncate' | 'break-word'; whiteSpace?: CSS.Property.WhiteSpace; } & FontWeightProps>, string | number | symbol> & FontStyleProps>> & FontFamilyProps>> & ColorProps>, string | number | symbol> & LineHeightProps>, string | number | symbol> & TextAlignProps>>, never>;