/// export declare type IconProps = { className?: string; style?: React.CSSProperties; onClick?: () => void; };