import { CSSObject } from '@emotion/react'; import { TextProps } from '../../Typography'; export interface RangeInputProps extends TextProps { label?: string; minValueLabel?: string; maxValueLabel?: string; wrapperCSS?: CSSObject; } export declare const RangeInput: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=RangeInput.d.ts.map