import type { Snippet } from 'svelte'; interface Props { appName: string; tenantName?: string; environment?: string; search?: Snippet; docs?: Snippet; switcher?: Snippet; showSettings?: boolean; } declare const AppScopePanel: import("svelte").Component; type AppScopePanel = ReturnType; export default AppScopePanel; //# sourceMappingURL=AppScopePanel.svelte.d.ts.map