import type { HtmlTagDescriptor } from 'vite';
import type { TypeKitFonts } from '../types';
export declare function typekitLoader({ id, defer, injectTo, fontBaseUrl }: TypeKitFonts): HtmlTagDescriptor[];
