/// <reference types="react" />
export interface IconBagCheckSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconBagCheckSharp: React.FC<IconBagCheckSharpProps>;
