import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgGif: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgGif; //# sourceMappingURL=Gif.d.ts.map