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