export default getFontProperties; declare function getFontProperties(fontData: any): { style: string; weight: any; };