export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace activeIndex {
            export const type: StringConstructor;
            const _default: undefined;
            export { _default as default };
        }
        namespace token {
            const type_1: StringConstructor;
            export { type_1 as type };
        }
        namespace bps {
            const type_2: ObjectConstructor;
            export { type_2 as type };
            const _default_1: undefined;
            export { _default_1 as default };
        }
    }
    function data(): {
        updateDate: undefined;
        xDate: never[];
        echartData: {};
        gateway: string;
    };
    namespace computed {
        function computeLocalTime(): (ts: any, port: any, format?: string) => string;
        function computeUTCTime(): (ts: any, format?: string) => string;
        function computeRoundPrecision(): (value: any, precision?: number) => any;
    }
    namespace watch {
        export namespace activeIndex_1 {
            function handler(): void;
        }
        export { activeIndex_1 as activeIndex };
        export namespace bps_1 {
            function handler(): void;
            const immediate: boolean;
        }
        export { bps_1 as bps };
    }
    function mounted(): void;
    namespace methods {
        function fetchData(): void;
        function bubbleSort(arr: any): any;
        function initEchart(): void;
        function initSpdEchart(): void;
        function initFoEchart(): void;
        function initDgoEchart(): void;
    }
}
