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