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