import { GameObjectBase } from '../GameObjectBase';
export declare class KitchenFloorObject extends GameObjectBase {
    constructor();
}
