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 }; } } function data(): { spdFoConsChart: undefined; spdDgoConsChart: undefined; wxChart: undefined; currChart: undefined; }; namespace computed { function computeUTCTime(): (time: any, format?: string) => string; } namespace watch { export namespace inventory_1 { function handler(nVal: any, oVal: any): void; const immediate: boolean; } export { inventory_1 as inventory }; } namespace methods { function initChart(): void; function renderSpdConsChart(): void; function renderWxCurrChart(): void; function findMaxValue(arr: any, index: any): number; function findMinValue(arr: any, index: any): number; } }