import * as React from "react"; import { IHandProps } from "./types"; export declare const Hand: React.FunctionComponent;