import Vue from 'vue'; import { IScenc } from '@technology-all/technonlogy-scene-api/src/db/DbSchema'; import { IVenue } from '@technology-all/conference-venue-manager-api/src/db/DbSchema'; import { IDevices, ICommond } from '@technology-all//device-management-api/src/db/DbSchema'; declare const _default: import("vue/types/vue").ExtendedVue, Record, never, never, never, never, (event: string, ...args: any[]) => Vue, Record, never, never, never, never, any>>, { header: ({ title: string; slot: string; align: string; width: number; key?: undefined; } | { title: string; key: string; align: string; slot?: undefined; width?: undefined; } | { title: string; key: string; align: string; slot: string; width?: undefined; } | { title: string; key: string; align: string; slot: string; width: number; })[]; commondHeader: ({ title: string; key: string; align: string; slot?: undefined; } | { title: string; key: string; align: string; slot: string; })[]; operations: string[]; scencArr: IScenc[]; showModal: boolean; scenc: IScenc; deviceArr: IDevices[]; sceneCount: number; pageSize: number; pageNum: number; venueArr: IVenue[]; commondArr: ICommond[]; selectDevice: IDevices[]; allDevices: IDevices[]; isSelectVenue: boolean; showBeforeMeetingModal: boolean; showAfterMeetingModal: boolean; showDeviceScencModal: boolean; selectCommondArr: { deviceId: string; deviceName: string; commondName: string; commond: string; index: number; nextExecTime?: number | undefined; }[]; selectDeviceCommondArr: ICommond[]; showCommond: boolean; showExecute: boolean; editCommondSelectDevice: string; editCommondSelectCommond: string; editCommondSelectIndex: number; editCommondSelectTime: number; deviceScence: { operation: string; deviceName: string; }; }, { addCommond(): void; editSelectDevice(row: any): Promise; delCommond(index: number): void; showCommondName(commond: { deviceId: string; commondName: string; commond: string; index: number; }[]): { device: string; commond: string; }[]; showVenueName(id: string): string | undefined; confirmExecute(): void; executeCommond(row: IScenc): Promise; sortExecCommond(venueName: string, sortCommond: any[]): void; editCommond(row: IScenc): Promise; confirmCommond(): Promise; cancelCommond(): void; showDeviceCommond(device: IDevices): ICommond[]; selectVenue(row: string): Promise; changePage(num: number): void; confiremDelScenc(row: IScenc): void; delScenc(id: string, name: string): Promise; showDevicesName(devices: string[]): string; updateScenc(index: number): Promise; cancelModal(): void; confirmModal(): Promise; initValue(): void; addScenc(): void; initData(): Promise; selectDvc(dvc: IDevices): void; }, unknown, Record, {}>; export default _default;