export declare function parseFontStyle(fontString: any): { family: any; size: any; weight: any; lineHeight: any; };