import { OptionsSliderInputProps } from './types.js'; export declare const OptionsSlider: ({ options, value, onChange, ...rest }: OptionsSliderInputProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OptionsSlider.d.ts.map