export default class Font { static SANS_SERIF: Font; static SERIF: Font; private _family; readonly family: string; private _size; readonly size: number; constructor(family?: string, size?: number); }