import type { SliderInputProps } from './type';
export default function SliderInput({ onChange, onChangeEnd, disableForm, variant, size, color, value, min, max, step, ...props }: SliderInputProps): import("react/jsx-runtime").JSX.Element;
