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