import { ColorScaleFn } from '../../composables/useLegendScale'; export interface LegendScaleProps { width?: number; height?: number; cursorValue?: number | null; max?: number; min?: number; colorScale?: ColorScaleFn | string; colorScaleEnd?: string; colorScaleStart?: string; } declare var __VLS_1: { min: number; }, __VLS_3: { max: number; }, __VLS_5: { value: number | null; }; type __VLS_Slots = {} & { 'legend-cursor-min'?: (props: typeof __VLS_1) => any; } & { 'legend-cursor-max'?: (props: typeof __VLS_3) => any; } & { cursor?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent>; colorScaleFunction: import('../../../node_modules/vue').ComputedRef; widthScaleColor: import('../../../node_modules/vue').ComputedRef; hasCursor: import('../../../node_modules/vue').ComputedRef; cursorLeft: import('../../../node_modules/vue').ComputedRef; }, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue').PublicProps, Readonly & Readonly<{}>, { width: number; height: number; max: number; min: number; cursorValue: number | null; colorScale: ColorScaleFn | string; colorScaleStart: string; colorScaleEnd: string; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };