import type { FontEntry } from "@/types/font.types"; export declare function useFonts(): { fonts: FontEntry[]; };