import React from "react"; import { TabViewProps } from "react-native-tab-view"; import type { CollapsibleHeaderProps, Route } from "./types"; export { TabFlatList, TabScrollView, TabSectionList, TabScrollViewProps, TabFlatListProps, TabSectionListProps, } from "./scrollable-view"; export type HeaderTabViewRef = {}; export type HeaderTabViewProps = Partial> & Pick, "onIndexChange" | "navigationState" | "renderScene"> & CollapsibleHeaderProps; export declare function createCollapsibleTabsComponent(): React.ForwardRefExoticComponent> & Pick, "navigationState" | "onIndexChange" | "renderScene"> & CollapsibleHeaderProps & React.RefAttributes>; //# sourceMappingURL=create-collapsible-tabs.web.d.ts.map