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