export declare const useInitialize: () => { readonly anchorRef: import("react").RefObject; readonly handleInitialize: (root?: HTMLElement) => void; readonly handleReset: () => void; };