/// import { IconProps } from '../../types'; declare const Gift: (allProps: IconProps) => JSX.Element; export default Gift;