declare const Sidebar: import("svelte").Component<any, {}, "ref">;
type Sidebar = ReturnType<typeof Sidebar>;
export default Sidebar;
