export declare const SkeletonColor: { readonly ERROR: "error"; readonly NEUTRAL: "neutral"; readonly SUCCESS: "success"; }; export type SkeletonColor = (typeof SkeletonColor)[keyof typeof SkeletonColor];