import { IconProps } from '../lib';
declare function Gif(props: IconProps): JSX.Element;
export default Gif;
