import { SceneProps } from '../models/scene/SceneProps'; import { SceneWithPlugins } from '../models/scene/SceneWithPlugins'; import { VNode } from 'vue'; type __VLS_Slots = { default: () => VNode; }; declare const __VLS_base: import('vue').DefineComponent any; shutdown: (args_0: SceneWithPlugins) => any; create: (args_0: SceneWithPlugins) => any; init: (args_0: SceneWithPlugins) => any; preload: (args_0: SceneWithPlugins) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onUpdate?: ((args_0: SceneWithPlugins, time: number, delta: number) => any) | undefined; onShutdown?: ((args_0: SceneWithPlugins) => any) | undefined; onCreate?: ((args_0: SceneWithPlugins) => any) | undefined; onInit?: ((args_0: SceneWithPlugins) => any) | undefined; onPreload?: ((args_0: SceneWithPlugins) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };