type __VLS_Props = { modelValue: number; suffix?: string; location?: 'ALONE' | 'TOP' | 'MIDDLE' | 'BOTTOM'; id?: string; step?: number; min?: number; max?: number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { suffix: string; location: "ALONE" | "TOP" | "MIDDLE" | "BOTTOM"; id: string; step: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { elRef: HTMLInputElement; }, HTMLDivElement>; export default _default;