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