export declare const SLIDER_CLASS_NAME = "slider";
/**
 * @todo Support click to reset after fix click and dragend conflict.
 */
export declare function SliderFilter({ initDomain, className, prefix, setValue, hasState, wait, leading, trailing, getInitValues, }: any): (context: any, _: any, emitter: any) => () => void;
