/** * Navigates to a sibling tab in the tablist using ArrowLeft/ArrowRight/Home/End keys. * Returns the target tab element if navigation occurred, or null otherwise. */ export declare const navigateTablist: (e: React.KeyboardEvent) => HTMLButtonElement | null;