import { FontData } from '../types'; declare function groupFontsByFamily(fonts: FontData[]): FontData[]; declare function handleFontStyle(style: string): string; declare function handleFontStyleName(style: string): string; export { groupFontsByFamily, handleFontStyle, handleFontStyleName };