declare type AnchorHook = () => [HTMLElement | null, (event: any) => void, () => void];
export declare const useAnchorElement: AnchorHook;
export {};
