import { FontsApi, IFontOptions } from './types';
export declare const useFontsApi: ({ fontFamily, fontSize }: IFontOptions) => FontsApi;
