import { IsoText } from '../impl/IsoText';
export declare function isoTextFactory(x: number, y: number, z: number, text: string | string[], style: object): IsoText;
export declare function isoTextCreator(config: any, addToScene?: boolean): IsoText;
