/// interface SliderProps { min: number; max: number; value: number; } export declare const Slider: import("@emotion/styled-base").StyledComponent, HTMLInputElement>, SliderProps, typeof import("../../../themes/collector")>; export {};