export declare const isGoogleFontLink: (link: HTMLLinkElement) => boolean; export declare const appendGoogleFont: ({ fontFamily }: { fontFamily?: string; }) => { cleanup: () => void; }; //# sourceMappingURL=appendGoogleFont.d.ts.map