import { usePatchChildren } from './usePatchChildren';
export declare const useReferenceElement: <ElementType extends HTMLElement = HTMLElement>(...args: Parameters<typeof usePatchChildren<ElementType>>) => import("react").ReactNode | import("react").ReactElement<import("..").HasRootRef<ElementType> & import("react").DOMAttributes<ElementType>, string | import("react").JSXElementConstructor<any>>;
//# sourceMappingURL=useReferenceElement.d.ts.map