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