import { IsoBitmapText } from '../impl/IsoBitmapText';
import { IsoBitmapTextConfig } from './types';
export declare function isoBitmapTextFactory(x: number, y: number, z: number, font: string, text?: string | string[], size?: number, align?: integer): IsoBitmapText;
export declare function isoBitmapTextCreator(config: IsoBitmapTextConfig, addToScene?: boolean): IsoBitmapText;
