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(): { remarks: undefined; editable: boolean; }; namespace computed { function computeUTCTime(): (time: any, format?: string) => string; function computedLngLat(): (lat: any, lng: any) => string; function computePortName(): (wayport: any) => any; function computeNum(): (data: any) => any; function computeBlankHtml(): (html: any) => boolean; } namespace watch { export namespace report_1 { function handler(newV: any): void; const immediate: boolean; } export { report_1 as report }; } namespace methods { function fetchData(): void; function handleCommit(content: any): void; } }