type Props = { key: string; family?: string; sort?: string; subset?: string; category?: string; classification?: string; }; declare function getGoogleWebFonts(searchParamsObj: Props): Promise; export default getGoogleWebFonts;