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