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