import { SVGProps } from 'react'; declare const Handshake: (props: SVGProps) => JSX.Element; export { Handshake as default };