/// export declare const Root: import("../../controllers/emotion/types").StyledComponent & import("react").ButtonHTMLAttributes & { innerRef?: import("react").LegacyRef; }>; interface IIndicator { value: number; } export declare const Indicator: import("../../controllers/emotion/types").StyledComponent & import("react").HTMLAttributes & { innerRef?: import("react").LegacyRef; }>; export declare namespace Icons { const Root: import("../../controllers/emotion/types").StyledComponent & import("react").HTMLAttributes & { innerRef?: import("react").LegacyRef; }>; const Open: import("../../controllers/emotion/types").StyledComponent<{ className: string; color: string; }, import("../../types/theme").default, {}>; const Close: import("../../controllers/emotion/types").StyledComponent<{ className: string; }, import("../../types/theme").default, {}>; } export {};