import { ParsedStyle } from '../../types'; export declare function convertTextToCss(style: ParsedStyle): Record;