import { FontWeight } from './FontWeight'; export declare class Font { id?: number; uuid: string; family: string; size: number; style: string; weight: FontWeight; lineHeight: string; }