/** * @internal * Hook used for getting the active element. * @returns the currently focused element. */ export declare const useActiveElement: () => HTMLElement;