import type { WithElementRef } from "bits-ui"; import type { HTMLAttributes } from "svelte/elements"; type $$ComponentProps = WithElementRef> & { showIcon?: boolean; }; declare const SidebarMenuSkeleton: import("svelte").Component<$$ComponentProps, {}, "ref">; type SidebarMenuSkeleton = ReturnType; export default SidebarMenuSkeleton;