import { WeavyOptions, WeavyType } from '../client/weavy'; /** * Hook for configuring a global weavy instance. * It will reuse any previously available global weavy instance. * * @param options { WeavyOptions } - Options for the weavy instance, the same as the weavy instance properties. * @returns Weavy instance */ export declare function useWeavy(options: WeavyOptions, deps?: React.DependencyList): WeavyType | undefined;