import type Animated from 'react-native-reanimated'; import type { Tab } from '../../common/SharedProps'; import type { TabsProps } from '../components/Tabs'; export declare function useRenderTabs(tabsProps: Omit & { tabs?: Tab[]; horizontalScrollValue: Animated.SharedValue; }): () => JSX.Element | null;