import type { Dictionary, FontFamilyObject } from './types';
export declare const load: (fontFamily?: FontFamilyObject | undefined) => Dictionary;
