export interface Font { key: string; title: string; } export declare const fonts: Array;