import { RefObject } from 'react'; export declare type UseNodeProps = { ref?: RefObject; map: (node: A) => HTMLElement | null; }; export declare function useNode(props?: UseNodeProps): { current: any; ref: import("react").MutableRefObject; }; //# sourceMappingURL=useNode.d.ts.map