/**
 * @file index.ts
 * @input Imports from Skeleton component files
 * @output Exports Skeleton and its types
 * @position Component entry point; re-exported by /packages/core/src/index.ts
 *
 * SYNC: When modified, update this header and /packages/core/src/Skeleton/Skeleton.doc.mjs
 */
export { Skeleton } from './Skeleton';
export type { SkeletonProps, SkeletonRadius } from './Skeleton';
//# sourceMappingURL=index.d.ts.map