import React from "react";
declare class Props {
    color: string;
    maxWidth: string;
    maxHeight: string;
    paddingTop: number;
    paddingBottom: number;
}
export declare function TheHand(props: Props): React.JSX.Element;
export {};
