/// export declare const StyledHiddenStops: import("styled-components").StyledComponent<"li", any, { stops: number; }, never>; export declare const StyledWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledStopsCount: import("styled-components").StyledComponent<({ theme, ...props }: Readonly<{ id?: string; className?: string; children: import("react").ReactNode; itemProp?: string; theme: import("styled-components").ThemeProps; }>) => JSX.Element, any, { isInverted?: boolean; }, "isInverted">;