import { Screen } from '../app'; type JSONScreens = { [key: string]: Screen; }; declare const baseScreens: JSONScreens; export default baseScreens; export { default as ErrorScreen } from './ErrorScreen';