export type FontInfo = {
    name: string;
    weights: number[];
    styles: string[];
};
//# sourceMappingURL=types.d.ts.map