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