import type React from 'react'; export declare const useParentElement: (ref: React.RefObject) => ParentNode | null;