/// export interface IconStarHalfOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconStarHalfOutline: React.FC;