/// export interface IconCartOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconCartOutline: React.FC;