export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace reportData { 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(): { date: string; remarks: string; editable: boolean; advisory: undefined; excludedTableData: never[]; segDetail: never[]; goodDays: never[]; cpDetail: never[]; noGoodWxDay: string; noSpecialRemarks: string; }; namespace computed { function computedAvgCf(): (data: any) => boolean; function computedPositive(): (data: any) => any; function computedTime(): (date: any, type: any) => string; function computedLngLat(): (lat: any, lng: any) => string; function computedSeg(): (item: any) => { port1: any; time1: any; fullTime1: any; port2: any; time2: any; fullTime2: any; }; function computedTimeConclusion(): (data: any) => { conclusion: string; className: string; timeCon: string; }; function computedFuleConclusion(): (data: any, status: any) => { conclusion: string; className: string; cons: string; }; function computedUnit(): (type: any, isPercent: any) => "" | "%" | "(mt)"; function computedWeatherDef(): (weather: any) => string; function computedColor(): (data: any, type: any, isBg: any) => string; function computedAbt4Spd(): (seg: any) => any; } namespace watch { export namespace reportData_1 { function handler(nVal: any, oVal: any): void; const immediate: boolean; } export { reportData_1 as reportData }; } namespace methods { function handleCommit(content: any): void; function decideDisable(): void; function cheakData(): void; } }