type Props = { family?: string; subset?: string; text?: string; effect?: string; 'font-display'?: string; wght?: string; }; declare function getGoogleFontCss(searchParamsObj: Props): Promise; export default getGoogleFontCss;