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