type UseFontsType = {
    fontName: string;
};
export declare const useFonts: ({ fontName, }: UseFontsType) => Array<string | string[] | Record<string, string>>;
export {};
