/** * Extract styles that apply to text from a style object. */ export declare const extractTextStyles: (styles: Partial) => Partial;