import { RefObject } from "react"; export declare function useUniqueElementRef(entity: RefObject[] | RefObject): RefObject;