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