import { SVGProps } from 'react';

declare const Handshake: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Handshake as default };
