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