import { CSSObject } from '@emotion/react/dist/emotion-react.cjs'; import { Theme } from '../../Identity/Theme'; export declare const rangeStyles: (backgroundSize: string, value: number, listLength: number, isCustomSlider: boolean, theme: Theme) => CSSObject; export declare const headingStyle: (listLength: number, theme: Theme) => CSSObject; export declare const dataListOption: (listLength: number, theme: Theme) => CSSObject; export declare const containerStyles: CSSObject; //# sourceMappingURL=IndicatorRangeInput.styles.d.ts.map