import React from 'react'; import { IconProps } from '../lib'; declare function Gif({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default Gif; //# sourceMappingURL=Gif.d.ts.map