export declare const THUMB_SIZE = 12; export declare const ValueLabel: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Label: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const HoverableTrack: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const Wrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const Rail: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const Track: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; type MarkProps = { active: boolean; }; export declare const Mark: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, MarkProps, never>; export declare const Thumb: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export {};