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