import { Entity } from '@lastolivegames/becsy'; import { BitmapFont } from '../utils/bitmap-font/BitmapFont'; export declare class Font { canvas: Entity; type: 'bitmap'; bitmapFont: BitmapFont; constructor(font?: Partial); }