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 }; } } const emits: string[]; function data(): { exclusion: never[]; noGoodWxDay: string; editable: boolean; remarks: string; noons: never[]; }; namespace computed { function computePrevTime(): (noon: any) => string; function computeDuration(): (end: any, begin: any) => number; function computeUTCTime(): (time: any, format?: string) => string; function computeWeatherDef(): (weather: any) => string; function computeLng(): (lng: any) => any; function computeLat(): (lat: any) => any; function computeAbtSpeed(): (timeConclusion: any, speed: any, category: any) => any; function computeAbtCons(): (fuelConclusion: any, category: any, status: any) => string | undefined; function computeBlankHtml(): (html: any) => boolean; } namespace watch { export namespace report_1 { function handler(nVal: any, oVal: any): void; const immediate: boolean; } export { report_1 as report }; } namespace methods { function prepare(): void; function handleCommit(content: any): void; function handleEdit(): void; } }