import { PropsWithChildren } from 'react';
import { HandsProviderProps } from './types';
export declare function HandsProvider({ children, ...hookProps }: PropsWithChildren<HandsProviderProps>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=HandsProvider.d.ts.map