/// import { IconProps } from '.'; declare const SvgHandshake: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgHandshake;