import React from 'react'; import { BottomTabBarProps } from '@react-navigation/bottom-tabs'; export declare const BottomNavigationBar: ({ navigation, state, descriptors, insets, }: BottomTabBarProps) => React.JSX.Element; declare const defaultStyles: (theme: import("../components/BrandConfigProvider").Theme) => readonly ["TabNavigator", import("../components/BrandConfigProvider/styles/createStyles").NamedStyles<{ barStyle: { backfaceVisibility: any; backgroundColor: any; borderBottomColor: any; borderBottomEndRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; borderBottomStartRadius: any; borderBottomWidth: any; borderColor: any; borderEndColor: any; borderLeftColor: any; borderLeftWidth: any; borderRadius: any; borderRightColor: any; borderRightWidth: any; borderStartColor: any; borderStyle: any; borderTopColor: any; borderTopEndRadius: any; borderTopLeftRadius: any; borderTopRightRadius: any; borderTopStartRadius: any; borderTopWidth: any; borderWidth: any; opacity: any; elevation: any; alignContent: any; alignItems: any; alignSelf: any; aspectRatio: any; borderEndWidth: any; borderStartWidth: any; bottom: any; display: any; end: any; flex: any; flexBasis: any; flexDirection: any; rowGap: any; gap: any; columnGap: any; flexGrow: any; flexShrink: any; flexWrap: any; height: any; justifyContent: any; left: any; margin: any; marginBottom: any; marginEnd: any; marginHorizontal: any; marginLeft: any; marginRight: any; marginStart: any; marginTop: any; marginVertical: any; maxHeight: any; maxWidth: any; minHeight: any; minWidth: any; overflow: any; padding: any; paddingBottom: any; paddingEnd: any; paddingHorizontal: any; paddingLeft: any; paddingRight: any; paddingStart: any; paddingTop: any; paddingVertical: any; position: any; right: any; start: any; top: any; width: any; zIndex: any; direction: any; shadowColor: any; shadowOffset: any; shadowOpacity: any; shadowRadius: any; transform: any; transformMatrix: any; rotation: any; scaleX: any; scaleY: any; translateX: any; translateY: any; }; }>]; declare module './../components/BrandConfigProvider/styles/types' { interface ComponentStyles extends ComponentNamedStyles { } } export type TabNavigatorStyles = NamedStylesProp; export {};