import { Scene } from 'three';
export declare class SceneProvider {
    getScene(backgroundColor: string | number): Scene;
}
