import { FlattenInterpolation, ThemeProps, DefaultTheme } from 'styled-components'; export declare const CommonSliderTrack: FlattenInterpolation>; export declare const CommonSliderThumb: FlattenInterpolation>; export declare const CommonThumbBoxShadow: FlattenInterpolation>; export declare const CommonTooltipAnimation: import("styled-components").FlattenSimpleInterpolation; export declare const SliderRail: import("styled-components").StyledComponent<"div", DefaultTheme, {}, never>; export declare const SliderTrack: import("styled-components").StyledComponent<"div", DefaultTheme, {}, never>; export declare const SliderTooltip: import("styled-components").StyledComponent<"div", DefaultTheme, { alwaysShowTooltip: boolean; }, never>; export declare const SliderThumb: import("styled-components").StyledComponent<"div", DefaultTheme, {}, never>; export declare const SliderContainer: import("styled-components").StyledComponent<"div", DefaultTheme, { disabled: boolean; }, never>;