/// import type { TabsProps } from "./types"; declare function Tabs({ additionalActions, tabAlignment, tabsData, tabListAriaLabel, defaultValue, }: TabsProps): JSX.Element; export default Tabs; //# sourceMappingURL=index.d.ts.map