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