/// export declare const Container: import("styled-components").StyledComponent, any, {}, never>; export declare const Item: import("styled-components").StyledComponent, any, import("react").HTMLAttributes & { selected?: boolean | undefined; onClick?: ((itemKey?: string | undefined) => void) | undefined; itemKey?: string | undefined; action?: "remove" | "insert" | undefined; onMouseEnter?: (() => void) | undefined; onMouseLeave?: (() => void) | undefined; type?: "default" | "action" | undefined; size?: import("../types").Size | undefined; }, never>;