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