import { FlatListProps } from 'react-native'; type TabListProps = Omit, 'data' | 'renderItem'>; /** * Tab children are passed as JSX children (not a `data` array), converted via * `React.Children.toArray` and fed into a horizontal FlatList. The FlatList ref is shared from * context so `Tab` can programmatically scroll to the active tab on selection. */ export declare const TabList: (props: TabListProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TabList.d.ts.map