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