import { type SliderProps } from './types';
/**
 * @public
 *
 * https://developers.grafana.com/ui/latest/index.html?path=/docs/inputs-slider--docs
 */
export declare const Slider: {
    ({ min, max, onChange, onAfterChange, orientation, reverse, step, value, ariaLabelForHandle, marks, included, inputId, showInput, }: SliderProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
