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