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