export { DEFAULT_COLOR as DEFAULT_SKELETON_COLOR, Colors as SkeletonColors, Shapes as SkeletonShapes } from './Skeleton.constants.js';
export { default as Skeleton } from './Skeleton.js';
export { SkeletonProps } from './Skeleton.types.js';
import 'react/jsx-runtime';
import 'react';
