import { DtScene } from './types'; type __VLS_Props = { scene?: DtScene; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "select-entity": (id: string) => any; "save-scene": (scene: DtScene) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onSelect-entity"?: (id: string) => any; "onSave-scene"?: (scene: DtScene) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;