import type { SliderProps } from './type'; declare var __VLS_1: { value: number; label: string | undefined; }, __VLS_9: {}, __VLS_12: { value: number | null | undefined; }, __VLS_14: {}, __VLS_22: {}, __VLS_25: { value: number | null | undefined; }, __VLS_27: {}, __VLS_35: {}, __VLS_38: { value: number | null | undefined; }, __VLS_40: {}; type __VLS_Slots = {} & { mark?: (props: typeof __VLS_1) => any; } & { thumb?: (props: typeof __VLS_9) => any; } & { 'tooltip-content'?: (props: typeof __VLS_12) => any; } & { thumb?: (props: typeof __VLS_14) => any; } & { 'thumb-start'?: (props: typeof __VLS_22) => any; } & { 'tooltip-content'?: (props: typeof __VLS_25) => any; } & { 'thumb-start'?: (props: typeof __VLS_27) => any; } & { 'thumb-end'?: (props: typeof __VLS_35) => any; } & { 'tooltip-content'?: (props: typeof __VLS_38) => any; } & { 'thumb-end'?: (props: typeof __VLS_40) => any; }; declare const __VLS_base: import("vue").DefineComponent any; blur: (event: FocusEvent) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: number | [number, number]) => any; dragStart: (event: MouseEvent | TouchEvent) => any; dragEnd: (event: MouseEvent | TouchEvent) => any; markSelect: (value: number, event: MouseEvent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: number | [number, number]) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined; onDragStart?: ((event: MouseEvent | TouchEvent) => any) | undefined; onDragEnd?: ((event: MouseEvent | TouchEvent) => any) | undefined; onMarkSelect?: ((value: number, event: MouseEvent) => any) | undefined; }>, { reverse: boolean; disabled: boolean; direction: "horizontal" | "vertical"; range: boolean; max: number; min: number; step: number | "mark"; precision: number | null; tooltip: boolean; }, {}, {}, {}, string, import("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; }; };