import React from 'react';
import { UndrawSVGProps } from '../types';
declare const SendGift: React.FC<UndrawSVGProps>;
export default SendGift;
