import { Font } from './types'; export declare function getFonts(): { [name: string]: Font; };