export declare class SceneObject { protected _DOMElement: HTMLElement; protected _spritesContainer: HTMLElement; protected _backgroundsContainer: HTMLElement; protected _foregroundsContainer: HTMLElement; protected _controlsContainer: HTMLElement; private _params; protected scale: number; constructor(); getDOMElement(): HTMLElement; displayIn(element: string | HTMLElement): void; displayInDOMElement(container: HTMLElement): HTMLElement; displayInDOMElementById(containerId: string): void; }