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