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