import { FontWeight } from './FontWeight'; /** @codex-xmi-id fb70e666-6936-58cb-b318-4183cebab834 */ export declare class Font { id?: number; uuid: string; family: string; size: number; style: string; weight: FontWeight; lineHeight: string; }