` are supported.
* @default 'span'
*/
as?: 'span' | 'p' | 'figcaption';
/**
* Whether to render the text in all caps or not.
* @default false
*/
capitalize?: boolean;
/**
* Where the rendered text should be aligned to.
* @default 'inherit'
*/
align?: 'inherit' | 'left' | 'right' | 'center';
/**
* Accepts a subset of the Zopa brand colors.
* @default `colors.greyDarkest`
*/
color?: string;
}
declare const TextWrap: React.ForwardRefExoticComponent