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