/** * Used for moving focus to the corresponding slot or custom target after clicking on a skip link. */ export declare function focusElement(element: HTMLElement): void;