/// export declare type ItemProps = { isSelected?: boolean; color?: string; }; export declare type IconGroupProps = { children?: React.ReactNode; className?: string; borderless?: boolean; };