/**
 * Copyright IBM Corp. 2021, 2025
 * SPDX-License-Identifier: MPL-2.0
 */
export declare const onFocusTrapDeactivate: (cell: HTMLDivElement) => void;
export declare const updateTabbableChildren: (cell: HTMLDivElement, isFocusTrapActive?: boolean) => void;
