export declare const isGoogleFont: (fontFamily: string) => boolean; export declare const getGoogleFontUrl: (family: string, weight: number) => string | undefined;