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