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