import type { PropType } from 'vue'; export interface DuxStatsChartMapData { name: string; data?: Record; } export declare const DuxStatsChartMap: import("vue").DefineComponent; data: PropType>; valueKey: { type: StringConstructor; default: string; }; col: { type: NumberConstructor; default: number; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; data: PropType>; valueKey: { type: StringConstructor; default: string; }; col: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { col: number; valueKey: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;