export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace plan { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } namespace weatherPrinciple { const type_1: ObjectConstructor; export { type_1 as type }; function _default_1(): {}; export { _default_1 as default }; } namespace editorDisabled { const type_2: BooleanConstructor; export { type_2 as type }; function _default_2(): boolean; export { _default_2 as default }; } namespace print { const type_3: BooleanConstructor; export { type_3 as type }; function _default_3(): boolean; export { _default_3 as default }; } } const emits: string[]; function data(): { editable: boolean; advisory: string; echart: undefined; speedIndex: number; loading: boolean; }; namespace computed { function showCost(): any; function computeUTCTime(): (time: any, format?: string) => string; function computeIncludedAngle(): (bearing: any, degree: any) => number | "-"; function computeLTime(): (time: any, lng: any, lat: any, offset: any) => string; function computeTimeDiff(): (plan: any, index: any) => number | "-"; function computeCostDiff(): (plan: any, index: any) => string; function computeNav(): (item: any) => "GC" | "RL"; function roundPrecision(): (num: any, precision?: number) => number | "-"; function computeMemo(): (item: any) => any; function computeMajorPoints(): (argv: any, wps: any) => any[]; function computeDegree(): (degree: any, isCurrent: any) => string | undefined; function computeDay(): (plan: any, index?: number) => number; function computeSuspend(): (speed: any) => number | "-"; function computeModel(): (speed: any) => string; function computeCog(): (cog: any) => any; } namespace watch { export namespace plan_1 { function handler(): void; const immediate: boolean; } export { plan_1 as plan }; } namespace methods { function handleCommit(content: any): void; function handleRefresh(): void; function handleEdit(): void; function initEchart(): void; function renderEchart(): void; } }