import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; export declare const rangeInputWrapperStyles: CSSObject; export declare const getImageCropZoomInputStyles: (theme: Theme, backgroundSize: `${number}% ${number}%`) => CSSObject; export declare enum ValueLabelPosition { LEFT = "left", RIGHT = "right" } export declare const getValueLabelStyles: (theme: Theme, position: ValueLabelPosition) => CSSObject; //# sourceMappingURL=RangeInput.styles.d.ts.map