import type { ParsedFontFace } from './types.js';
export declare function parseFontFaceCss(css: string): ParsedFontFace[];
