interface Props { modelValue: number; vertical: boolean; disabled: boolean; min: number; max: number; step: number; showTooltip: boolean; formatTooltip?: (val: number) => string | number; tooltipClass?: string; placement?: string; } declare var __VLS_1: { value: any; }; type __VLS_Slots = {} & { thumb?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: number) => any; input: (value: number) => any; "update:modelValue": (value: number) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: number) => any) | undefined; onInput?: ((value: number) => any) | undefined; "onUpdate:modelValue"?: ((value: number) => any) | undefined; }>, { disabled: boolean; vertical: boolean; placement: string; showTooltip: boolean; formatTooltip: (val: number) => string | number; tooltipClass: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };