/// import { BaseIconProps } from '../../types'; declare function SvgGift({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgGift;