export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>; interface ContainerProps { itemsCount: number; } export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; interface InputProps { activeIndex: number; } export declare const Input: import("styled-components").StyledComponent<"input", any, InputProps, never>; export declare const Item: import("styled-components").StyledComponent<"div", any, {}, never>; export {};