import { FC, SVGProps } from 'react'; declare const IconGift: FC & { fill?: string }>; export default IconGift;