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