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 }; } namespace inventory { const type_1: ArrayConstructor; export { type_1 as type }; function _default_1(): never[]; export { _default_1 as default }; } namespace showFactor { const type_2: BooleanConstructor; export { type_2 as type }; const _default_2: boolean; export { _default_2 as default }; } } function data(): { showCF: boolean; showAisDistance: boolean; showSig: boolean; showSwell: boolean; showWave: boolean; showWaterTemp: boolean; }; namespace computed { function computeTDClass(): (item: any) => string; function computeWxColspan(): number; function computeUTCTime(): (time: any, format?: string) => string; function computeLng(): (lng: any) => any; function computeLat(): (lat: any) => any; function computePrecision(): (val: any, precision?: number, _default?: string) => any; } 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; } }