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