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