import { CSSProp } from 'styled-components';
import { ITextStyled } from './types/text';
import { TextThemeStylesType } from './types/textTheme';
export declare const applyVariantStyles: (textStyles?: TextThemeStylesType) => CSSProp;
export declare const TextStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, ITextStyled>> & string;
