import type { HTMLAttributes } from 'svelte/elements';
declare const AppShell: import("svelte").Component<HTMLAttributes<HTMLDivElement>, {}, "">;
type AppShell = ReturnType<typeof AppShell>;
export default AppShell;
