export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace report { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } namespace showPrate { const type_1: BooleanConstructor; export { type_1 as type }; const _default_1: boolean; export { _default_1 as default }; } namespace showAcc { const type_2: BooleanConstructor; export { type_2 as type }; const _default_2: boolean; export { _default_2 as default }; } } function data(): { echart: undefined; localTZ: string; loading: boolean; }; namespace computed { function computeLat(): (lat: any) => any; function computeLng(): (lng: any) => any; function computeLTime(): (time: any, tz?: number, format?: string) => string; function computeTZ(): (tz?: string) => any; function roundPrecision(): (num: any, precision?: number) => number | "-"; function computeDegree(): (degree: any, isCurrent: any) => string | undefined; function computeForm(): (form: any) => any; } namespace watch { export namespace report_1 { function handler(): void; const immediate: boolean; } export { report_1 as report }; } namespace methods { function initEchart(): void; } }