import { TabsContextProps, TabsStyles } from './types'; import { FlatList } from 'react-native'; export declare function TabsProvider({ children, ...handleProps }: TabsContextProps & { styles: TabsStyles; }): import("react/jsx-runtime").JSX.Element; export declare function useTabContext(): { value: string; setValue: (newValue: string, index?: number) => void; styles: TabsStyles; keepMounted: boolean | undefined; flatListRef: import("react").RefObject | null>; }; //# sourceMappingURL=Context.d.ts.map