/** * This intends to wrap every screen in ChainIT * so that every screen contains a SafeAreaView and other screen-global components. * For example, we have an environment indicator above every screen for debugging / testing purposes (disabled in production). */ /// import { AppLayoutProps } from '../layouts/AppLayout'; export declare const AppLayout: ({ children, style }: AppLayoutProps) => JSX.Element; //# sourceMappingURL=AppLayout.d.ts.map