export declare function loadGoogleFont({ family, weight, text, }: { family: string; weight?: number; text?: string; }): Promise;