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