import React from 'react';
import { Animated, StyleProp, ViewStyle } from 'react-native';
declare function TabBarIndicator({ style, scrollX, }: {
    style: StyleProp<ViewStyle>;
    scrollX: Animated.AnimatedInterpolation<number>;
}): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof TabBarIndicator>;
export default _default;
//# sourceMappingURL=TabBarIndicator.d.ts.map