export declare const trackWidth = 6;
export declare const trackColor: (props: import("../../theme").PropsWithTheme) => string;
export declare const thumbColor: (props: import("../../theme").PropsWithTheme) => string;
export declare const StyledScrollbar: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
