import { TextProps } from '../Text'; import { ColorVariant } from '../../utils/colorHelper'; export declare const TextComponent: import("styled-components").StyledComponent<"p", any, TextProps & { textColor?: ColorVariant | ColorVariant[]; }, never>;