type $$ComponentProps = { title?: string; missingVars?: { key: string; description?: string; }[]; envTemplate?: string; }; declare const ConfigErrorScreen: import("svelte").Component<$$ComponentProps, {}, "">; type ConfigErrorScreen = ReturnType; export default ConfigErrorScreen;