/// import { ThemeMa } from 'company-react-native-common/dist/interfaces/theme-ma'; declare const AuthSwitchStackNavigator: (props: { children: any; initialRouteName: string; screenOptions?: any; theme: ThemeMa; themeMode: 'light' | 'dark'; }) => JSX.Element; export default AuthSwitchStackNavigator;