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