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