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