import { RawPoint } from './core/data'; type __VLS_Props = { data: RawPoint[]; color?: string; /** Fill the area under the line. */ area?: boolean; /** Use a soft gradient for the area fill (default on when `area`). */ gradient?: boolean; width?: number; height?: number; strokeWidth?: number; /** Draw a dot on the last point. */ marker?: boolean; animated?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { height: number; width: number; strokeWidth: number; animated: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { el: HTMLSpanElement; }, HTMLSpanElement>; export default _default; //# sourceMappingURL=Sparkline.vue.d.ts.map