import { IconProps } from '../lib';
declare function Hand(props: IconProps): JSX.Element;
export default Hand;
