import type { ValuesOf } from '../../Types/ValuesOf'; /** * `SkeletonShape` - The `SkeletonShape` object is used to describe the different types of skeleton shapes. * * @public */ export declare const SkeletonShape: { readonly rect: "rect"; readonly circle: "circle"; }; /** * @public */ export type SkeletonShape = ValuesOf; //# sourceMappingURL=SkeletonShape.d.ts.map