import { SVGProps } from 'react'; declare const Gifto: (props: SVGProps) => JSX.Element; export { Gifto as default };