/** Specifies the possible shapes of a skeleton. */ export type SkeletonShape = "circular" | "rounded" | "square" | "auto"; //# sourceMappingURL=SkeletonShape.d.ts.map