import type { FontResult } from "../lib/core/types.js"; import { GoogleFontOptions } from "../lib/core/google-font-options.js"; import type { GoogleFontFamily, WeightsFor, SubsetsFor, StylesFor, AxesFor } from "./font-families.js"; /** * Create a Google Font configuration with strict typing * Provides autocomplete for weights, subsets, styles, and axes based on the specific font family */ export declare function createGoogleFont(fontFamily: T, options?: GoogleFontOptions, SubsetsFor, StylesFor, AxesFor>): FontResult; //# sourceMappingURL=loader.d.ts.map