import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly modelValue: BasicType; readonly step: BasicType; readonly min: BasicType; readonly max: BasicType; readonly disabled: BasicType; readonly background: BasicType, string | null>; readonly activeColor: BasicType, string | null>; readonly width: BasicType, string | number | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: number) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly step: BasicType; readonly min: BasicType; readonly max: BasicType; readonly disabled: BasicType; readonly background: BasicType, string | null>; readonly activeColor: BasicType, string | null>; readonly width: BasicType, string | number | null>; }>> & { "onUpdate:modelValue"?: ((val: number) => any) | undefined; }, { readonly background: string; readonly width: string | number; readonly max: number; readonly disabled: boolean; readonly modelValue: number; readonly activeColor: string; readonly min: number; readonly step: number; }>; export default _sfc_main;