import { default as React } from 'react';
import { IconStyles } from './types';
interface HandshakeIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const HandshakeIcon: React.FC<HandshakeIconProps>;
export default HandshakeIcon;
//# sourceMappingURL=Handshake.d.ts.map