import { Font } from './useFetch'; declare const useLoadFonts: ({ fonts, onError }: { fonts?: Font[] | undefined; onError?: (() => void) | undefined; }) => { isLoading: boolean; }; export default useLoadFonts;