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