export default _sfc_main; declare namespace _sfc_main { const components: undefined; namespace props { namespace reportData { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } namespace isAdmin { const type_1: BooleanConstructor; export { type_1 as type }; function _default_1(): boolean; export { _default_1 as default }; } } function data(): { date: string; showCF: boolean; showAisDistance: boolean; summaryTable: never[]; typeList: never[]; }; namespace computed { function computeColspan(): number; function computedClass(): (item: any, index: any, type: any, isCP: any) => string; function computedSegClass(): (item: any, index: any) => "td-no-bottom td-top" | "td-bottom" | "td-no-bottom"; function computedPort(): (item: any) => boolean; function computedTime(): (date: any, type: any) => string; } namespace watch { export namespace reportData_1 { function handler(nVal: any, oVal: any): void; const immediate: boolean; } export { reportData_1 as reportData }; } function mounted(): void; namespace methods { function getLonLat(data: any): string; function checkData(): void; } }