import { Component } from './Component';
export declare class Scene extends Component {
    name: string;
    /**
     * Create an "empty" Component. Its purpose is to make working with groups of components syntactically clearer.
     */
    constructor();
}
