import { c as LoadableStateScope } from '../types-5EvFF6wb.cjs'; import 'keyweaver'; import 'react'; type SkeletonStateScope = LoadableStateScope; /** * A special state scope that remains permanently in a pending state. */ declare const SKELETON_STATE_SCOPE: SkeletonStateScope; export { type SkeletonStateScope, SKELETON_STATE_SCOPE as default };