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