import { IsoText } from '../impl/IsoText';
export interface IIsoTextCreator extends Phaser.GameObjects.GameObjectCreator {
    isoText: (config: any, addToScene?: boolean) => IsoText;
}
