export { default as EbayTabs } from "./tabs"; export { default as EbayTab } from "./tab"; export { default as EbayTabPanel } from "./tab-panel"; export type { Activation, Size, TabsProps, OnSelectProps } from "./types"; //# sourceMappingURL=index.d.ts.map