import { ParsedStyle } from '../../types'; export declare function convertFontToCss(styles: ParsedStyle[]): Record;