import React from 'react';
import IconProps from './props';
declare const HandRightIcon: React.FC<IconProps>;
export default HandRightIcon;
