export interface TipRow { name: string; color?: string; value: string; } export interface TipStat { label: string; value: string; } type __VLS_Props = { label?: string; /** Big focal number (used by single-value charts like the funnel). */ hero?: string; rows?: TipRow[]; total?: string | null; stats?: TipStat[]; /** Float above the anchor point instead of below it. */ above?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { rows: TipRow[]; stats: TipStat[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=ChartTooltip.vue.d.ts.map