import * as React from 'react'; declare function Hand(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Hand; export default Hand;