import type { WithElementRef } from "bits-ui"; import type { HTMLAttributes } from "svelte/elements"; declare const Skeleton: import("svelte").Component>, "children">, {}, "ref">; type Skeleton = ReturnType; export default Skeleton;