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