export declare const createStyles: (props: { tabBarHeight: number; tabBarBgColor: string; fontSize: number; activeFontSize: number; }) => { container: { flex: number; backgroundColor: string; }; tabBar: { flexDirection: "row"; height: number; alignItems: "center"; borderBottomWidth: number; borderBottomColor: string; position: "relative"; }; fixedTab: { paddingHorizontal: number; height: "100%"; justifyContent: "center"; alignItems: "center"; }; scrollableTabContainer: { flex: number; height: "100%"; }; tabItem: { paddingHorizontal: number; height: "100%"; justifyContent: "center"; alignItems: "center"; }; indicatorContainer: { position: "absolute"; bottom: number; left: number; right: number; height: number; }; contentContainer: { flex: number; width: "100%"; }; };