import Slider from './src/slider.vue'; export declare const LlSlider: import("ll-plus/es/utils").SFCWithInstall, unknown, unknown, 0, boolean>; readonly showInput: import("ll-plus/es/utils").EpPropFinalized; readonly min: import("ll-plus/es/utils").EpPropFinalized; readonly max: import("ll-plus/es/utils").EpPropFinalized; readonly vertical: import("ll-plus/es/utils").EpPropFinalized; readonly reverse: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly step: import("ll-plus/es/utils").EpPropFinalized; readonly verticalHeight: import("ll-plus/es/utils").EpPropFinalized; readonly inputSize: { readonly type: import("vue").PropType import("ant-design-vue/es/button").ButtonSize, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly inputWidth: import("ll-plus/es/utils").EpPropFinalized; readonly lineWeight: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, "small", boolean>; }>, { props: import("@vue/shared").LooseRequired, unknown, unknown, 0, boolean>; readonly showInput: import("ll-plus/es/utils").EpPropFinalized; readonly min: import("ll-plus/es/utils").EpPropFinalized; readonly max: import("ll-plus/es/utils").EpPropFinalized; readonly vertical: import("ll-plus/es/utils").EpPropFinalized; readonly reverse: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly step: import("ll-plus/es/utils").EpPropFinalized; readonly verticalHeight: import("ll-plus/es/utils").EpPropFinalized; readonly inputSize: { readonly type: import("vue").PropType import("ant-design-vue/es/button").ButtonSize, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly inputWidth: import("ll-plus/es/utils").EpPropFinalized; readonly lineWeight: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, "small", boolean>; }>> & Readonly<{ onChange?: (value: number | number[]) => any; "onUpdate:value"?: (value: number | number[]) => any; }> & {}>; emit: ((event: "change", value: number | number[]) => void) & ((event: "update:value", value: number | number[]) => void); bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; attrs: import("vue").Attrs; containerAttrs: import("vue").ComputedRef<{ class: any; style: any; }>; componentAttrs: import("vue").ComputedRef>; sliderValue: import("vue").WritableComputedRef, unknown, unknown>, import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>>; hasMarks: import("vue").ComputedRef; readonly addUnit: (val: string | number) => string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { readonly 'update:value': (value: number | number[]) => boolean; readonly change: (value: number | number[]) => boolean; }, string, import("vue").PublicProps, Readonly, unknown, unknown, 0, boolean>; readonly showInput: import("ll-plus/es/utils").EpPropFinalized; readonly min: import("ll-plus/es/utils").EpPropFinalized; readonly max: import("ll-plus/es/utils").EpPropFinalized; readonly vertical: import("ll-plus/es/utils").EpPropFinalized; readonly reverse: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly step: import("ll-plus/es/utils").EpPropFinalized; readonly verticalHeight: import("ll-plus/es/utils").EpPropFinalized; readonly inputSize: { readonly type: import("vue").PropType import("ant-design-vue/es/button").ButtonSize, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly inputWidth: import("ll-plus/es/utils").EpPropFinalized; readonly lineWeight: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, "small", boolean>; }>> & Readonly<{ onChange?: (value: number | number[]) => any; "onUpdate:value"?: (value: number | number[]) => any; }>, { readonly reverse: import("ll-plus/es/utils").EpPropMergeType; readonly value: import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>; readonly disabled: import("ll-plus/es/utils").EpPropMergeType; readonly vertical: import("ll-plus/es/utils").EpPropMergeType; readonly max: number; readonly min: number; readonly step: number; readonly inputWidth: string; readonly showInput: import("ll-plus/es/utils").EpPropMergeType; readonly verticalHeight: string; readonly lineWeight: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown>; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlSlider; export * from './src/slider'; declare module 'vue' { interface GlobalComponents { LlSlider: typeof Slider; } }