declare const _default: import("vue").DefineComponent<{ costTable: { type: ArrayConstructor; default: () => any[]; }; config: { type: ObjectConstructor; default: () => { title: string; colsXText: string; colsYText: string; colsXUnit: string; colsYUnit: string; productList: any[]; source: any[]; markPoint: any[]; }; }; }, {}, { imgs: string[]; chartOptions: any; source: number[][]; selectedData: any[]; colorConfig: string[]; hasData: boolean; }, { isNewVersion(): boolean; filteredCostTable(): any; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly any[]; }; config: { type: ObjectConstructor; default: () => { title: string; colsXText: string; colsYText: string; colsXUnit: string; colsYUnit: string; productList: any[]; source: any[]; markPoint: any[]; }; }; }>>, { costTable: unknown[]; config: Record; }>; export default _default;