///
export declare const StyledSlider: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme;
} & Omit & {
color?: string;
withControl?: boolean;
isStatic?: boolean;
containerClassName?: string;
containerStyle?: import("react").CSSProperties;
}, {}, {}>;
export declare const StyledSliderWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;