import type { PropType } from 'vue'; export interface DuxStatsChartGridData { title: string; stack?: string; data?: Array; icon?: string; } export declare const DuxStatsChartGrid: import("vue").DefineComponent>; data: PropType>; type: { type: PropType<"line" | "bar">; default: string; }; col: { type: NumberConstructor; default: number; }; legend: { type: PropType<"default" | "small">; default: string; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; data: PropType>; type: { type: PropType<"line" | "bar">; default: string; }; col: { type: NumberConstructor; default: number; }; legend: { type: PropType<"default" | "small">; default: string; }; }>> & Readonly<{}>, { type: "line" | "bar"; col: number; legend: "small" | "default"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;