import React from 'react' import { StyleProp, ViewStyle, FlatListProps, StyleProp, FlatListProps } from 'react-native'; interface ScrollableTabStringProps { dataTabs: Array, dataSections: Array, isParent: boolean, headerTransitionWhenScroll: boolean, tabPosition?: 'top' | 'bottom', customTabNamesProps: FlatListProps, customSectionProps: FlatListProps, selectedTabStyle: StyleProp, unselectedTabStyle: StyleProp, onPressTab: Function, onScrollSection: Function, renderSectionItem: Function, renderTabNameItem: Function, } export class ScrollableTabString extends React.Component { }