import { DependencyList, RefObject } from 'react'; export declare const useWrap: ({ dependencyList }: { dependencyList?: DependencyList; }) => { wrapDisabled: boolean; containerRef: RefObject; };