declare function useGoogleFonts({ fonts }: { fonts: string[]; }): void; export default useGoogleFonts;