import { Colors, DEFAULT_COLOR, Shapes } from "./Skeleton.constants.js";
import { SkeletonProps } from "./Skeleton.types.js";
import { Skeleton } from "./Skeleton.js";
export { DEFAULT_COLOR as DEFAULT_SKELETON_COLOR, Skeleton, Colors as SkeletonColors, type SkeletonProps, Shapes as SkeletonShapes };