export declare function useFontStyles({ fontWeight: _fontWeight, fontFamily: fontFamilyThemeKey }: { fontWeight: any; fontFamily?: string; }): { fontFamily: any; fontWeight: any; };