export declare const containsFocusableElement: (element: HTMLElement) => boolean;
export declare const getTabButtonId: (tabListId: string, id: string) => string;
export declare const getTabPaneId: (tabListId: string, id: string, index: number) => string;
