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