import * as React from 'react'; import { StatusBarStyle, View } from 'react-native'; interface TopNavigationProps { children: React.ReactNode; backgroundColor?: string; aosTopSafePadding?: boolean; className?: any; barStyle?: StatusBarStyle | undefined; } declare const TopNavigation: React.ForwardRefExoticComponent>; export default TopNavigation; //# sourceMappingURL=top-navigation.d.ts.map