export declare function useElementClone(selector: string): { clonedElement: globalThis.Ref; resync: () => void; };