export declare type IconProps = { height?: string | number; width?: string | number; color?: string; strokeWidth?: string | number; };