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