import { ICellConfig } from '@armathai/grid-core'; import { Phaser2Grid } from '../../Phaser2Grid'; export declare class MainView extends Phaser2Grid { private _duckGroup; private _childGrid; constructor(game: Phaser.Game); getGridConfig(): ICellConfig; build(config: ICellConfig): void; _buildGroup(): void; _buildChildGrid(): void; _setResizeListener(): void; _onResize(): void; }