import React from "react"; import type { TabsProps } from "./-types"; export type { TabsProps }; export declare function Tabs({ tabs, horizontalPadding, activeTab, children, onTabSelect, activeTabClickable, tabPanelId: tabPanelIdProp, "data-e2e-test-id": dataE2eTestId, hideBottomBorder, ...ariaAttributes }: TabsProps): React.ReactElement;