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 editorDisabled { const type_1: BooleanConstructor; export { type_1 as type }; function _default_1(): boolean; export { _default_1 as default }; } } const emits: string[]; function data(): { editable: boolean; advisory: string; }; namespace computed { function computeUTCTime(): (time: any, format?: string) => string; function computeLTime(): (time: any, zone: any) => string; function computeUTCOffset(): any; function computeTimeDiff(): (plan: any, index: any) => number | "-"; function computeNav(): (item: any) => "GC" | "RL"; function roundPrecision(): (num: any, precision?: number) => number | "-"; function computeMapChart(): any; function computeDegree(): (degree: any, isCurrent: any) => string | undefined; function computeDay(): (plan: any) => number; } 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; } }