export declare const TabBar: ({ items, active, defaultActive, onSelect, bottomInset, style, testID }: import("./tab-bar.shared.js").TabBarProps) => import("react").JSX.Element; export type { TabBarProps, TabBarItem } from "./tab-bar.shared.js"; //# sourceMappingURL=tab-bar.d.ts.map