export declare const ElSlider: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly label: string; readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly modelValue: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown>; readonly vertical: boolean; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly range: boolean; readonly inputSize: any; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType; readonly debounce: number; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropMergeType; readonly formatTooltip: (val: number) => string | number; readonly rangeStartLabel: string; readonly rangeEndLabel: string; readonly formatValueText: (val: number) => string; readonly tooltipClass: string; readonly showInput: boolean; readonly showStops: boolean; }> & Omit import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown, 0, boolean>; readonly id: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showInput: BooleanConstructor; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inputSize: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly showStops: BooleanConstructor; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatTooltip: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly disabled: BooleanConstructor; readonly range: BooleanConstructor; readonly vertical: BooleanConstructor; readonly height: StringConstructor; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeStartLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeEndLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatValueText: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly tooltipClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly marks: { readonly type: import("@vue/runtime-core").PropType<{ [x: number]: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }))[], unknown, unknown> | undefined; }>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; onInput?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; "onUpdate:modelValue"?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "label" | "size" | "disabled" | "min" | "max" | "id" | "step" | "modelValue" | "vertical" | "validateEvent" | "range" | "inputSize" | "placement" | "debounce" | "showInputControls" | "showTooltip" | "formatTooltip" | "rangeStartLabel" | "rangeEndLabel" | "formatValueText" | "tooltipClass" | "showInput" | "showStops">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", value: import("packages/web/utils/dist").Arrayable) => void) & ((event: "input", value: import("packages/web/utils/dist").Arrayable) => void) & ((event: "update:modelValue", value: import("packages/web/utils/dist").Arrayable) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown, 0, boolean>; readonly id: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showInput: BooleanConstructor; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inputSize: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly showStops: BooleanConstructor; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatTooltip: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly disabled: BooleanConstructor; readonly range: BooleanConstructor; readonly vertical: BooleanConstructor; readonly height: StringConstructor; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeStartLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeEndLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatValueText: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly tooltipClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly marks: { readonly type: import("@vue/runtime-core").PropType<{ [x: number]: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }))[], unknown, unknown> | undefined; }>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; onInput?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; "onUpdate:modelValue"?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; }, { onSliderClick: (event: MouseEvent | TouchEvent) => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: import("packages/web/utils/dist").Arrayable) => boolean; input: (value: import("packages/web/utils/dist").Arrayable) => boolean; change: (value: import("packages/web/utils/dist").Arrayable) => boolean; }, string, { readonly label: string; readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly modelValue: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown>; readonly vertical: boolean; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly range: boolean; readonly inputSize: any; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType; readonly debounce: number; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropMergeType; readonly formatTooltip: (val: number) => string | number; readonly rangeStartLabel: string; readonly rangeEndLabel: string; readonly formatValueText: (val: number) => string; readonly tooltipClass: string; readonly showInput: boolean; readonly showStops: boolean; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown, 0, boolean>; readonly id: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showInput: BooleanConstructor; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inputSize: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly showStops: BooleanConstructor; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatTooltip: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly disabled: BooleanConstructor; readonly range: BooleanConstructor; readonly vertical: BooleanConstructor; readonly height: StringConstructor; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeStartLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeEndLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatValueText: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly tooltipClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly marks: { readonly type: import("@vue/runtime-core").PropType<{ [x: number]: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }))[], unknown, unknown> | undefined; }>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; onInput?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; "onUpdate:modelValue"?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ onSliderClick: (event: MouseEvent | TouchEvent) => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown, 0, boolean>; readonly id: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showInput: BooleanConstructor; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inputSize: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly showStops: BooleanConstructor; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatTooltip: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string | number) | (() => (val: number) => string | number) | { (): (val: number) => string | number; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly disabled: BooleanConstructor; readonly range: BooleanConstructor; readonly vertical: BooleanConstructor; readonly height: StringConstructor; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeStartLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly rangeEndLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly formatValueText: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; } | ((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | { (): (val: number) => string; new (): any; readonly prototype: any; })[], unknown, unknown, undefined, boolean>; readonly tooltipClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly marks: { readonly type: import("@vue/runtime-core").PropType<{ [x: number]: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }) & {}) | (() => string | { style: import("@vue/runtime-dom").CSSProperties; label: any; }))[], unknown, unknown> | undefined; }>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; onInput?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; "onUpdate:modelValue"?: ((value: import("packages/web/utils/dist").Arrayable) => any) | undefined; }, { onSliderClick: (event: MouseEvent | TouchEvent) => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: import("packages/web/utils/dist").Arrayable) => boolean; input: (value: import("packages/web/utils/dist").Arrayable) => boolean; change: (value: import("packages/web/utils/dist").Arrayable) => boolean; }, string, { readonly label: string; readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly modelValue: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable) | ((new (...args: any[]) => import("packages/web/utils/dist").Arrayable & {}) | (() => import("packages/web/utils/dist").Arrayable))[], unknown, unknown>; readonly vertical: boolean; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly range: boolean; readonly inputSize: any; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType; readonly debounce: number; readonly showInputControls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showTooltip: import("@element-plus-next/vue-utils").EpPropMergeType; readonly formatTooltip: (val: number) => string | number; readonly rangeStartLabel: string; readonly rangeEndLabel: string; readonly formatValueText: (val: number) => string; readonly tooltipClass: string; readonly showInput: boolean; readonly showStops: boolean; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: {}; })> & Record; export default ElSlider; export * from './src/slider';