/// import { StyledTrackProps, SliderProps, ThumbLabelProps } from './types'; import { StackProps } from '../stack'; type VerticalProp = Pick & Partial; type CursorProps = Pick; export declare const StackContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick & Partial, {}, {}>; export declare const LabelContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Pick & Pick & Partial, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledTrack: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & StyledTrackProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; type StyledThumbProps = VerticalProp & Pick & CursorProps; export declare const StyledThumb: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Pick & Partial & Pick & CursorProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledThumbFeedback: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Pick, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const StyledThumbValue: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Pick & Partial & Pick & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; interface StyledSliderLabelProps extends Pick, Pick { labelType: 'min' | 'max'; text: boolean; } export declare const StyledSliderLabel: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & StyledSliderLabelProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {}; //# sourceMappingURL=styled.d.ts.map