interface MythikScreenProps { route: { params?: { screenId?: string; }; }; } /** * Loads a screen spec from AppEngine and renders it with MythikRenderer. * Used as the component for each React Navigation screen. */ export declare function MythikScreen({ route }: MythikScreenProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MythikScreen.d.ts.map