import type { Font, FontFamily } from './types';
export declare const FONTS: Record<FontFamily, Font>;
