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