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