import { SceneWithPlugins } from './SceneWithPlugins'; export interface SceneProps { autoStart?: boolean; sceneKey: SceneWithPlugins["scene"]["key"]; }