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