type __VLS_Props = { min: number; max: number; step: number; name: string; label: string; disabled?: boolean; hideHeader?: boolean; inputBelowSlider?: boolean; style?: Record; }; declare const currentValue: import('vue').ModelRef; type __VLS_PublicProps = { modelValue?: typeof currentValue['value']; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;