export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace data { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } namespace gateway { const type_1: StringConstructor; export { type_1 as type }; const _default_1: string; export { _default_1 as default }; } namespace token { const type_2: StringConstructor; export { type_2 as type }; const _default_2: undefined; export { _default_2 as default }; } namespace editorDisabled { const type_3: BooleanConstructor; export { type_3 as type }; function _default_3(): boolean; export { _default_3 as default }; } } function data(): { extraData: undefined; logSrc2: string; extraPortList: never[]; portList: never[]; extraSummary: { time: undefined; foBrob: undefined; dgoBrob: undefined; bunkeringFo: undefined; bunkeringDgo: undefined; }; advisory: undefined; editable: boolean; id: undefined; }; namespace computed { function computeColor(): (data: any) => "" | "fail" | "success"; function computeUTCTime(): (time: any, format?: string) => string; function computedLngLat(): (lat: any, lng: any) => string; function computeNum(): (data: any) => any; } namespace watch { export namespace data_1 { function handler(newV: any): void; const immediate: boolean; } export { data_1 as data }; } namespace methods { function fetchData(): void; function fetchSuggestName(val: any): Promise; function handleAdd(): void; function handleRemove(index: any): Promise; function decideDisable(): void; function handleCommit(type: any, name: any, data: any, index: any): Promise; } }