import { Font, GlobalConfig, GlobalConfigTypographyElement } from '../state'; export declare function filterGoogleFonts(globalConfig: GlobalConfig): Font[]; export declare function filterGoogleFontsInUse(globalConfig: GlobalConfig): Font[]; export declare function isFontInUse(font: Font, targetSource: GlobalConfigTypographyElement): boolean; //# sourceMappingURL=fonts.d.ts.map