export declare const SKELETON_VARIANT: readonly ["single-line", "multi-line", "rectangle", "circle"];
export type SkeletonVariant = (typeof SKELETON_VARIANT)[number];
export declare const SKELETON_TEXT_SIZE: readonly ["title-x-large", "title-large", "heading-x-large", "heading-large", "heading-medium", "heading-small", "text-large", "text-medium", "text-small", "text-x-small", "text-xx-small", "utility-large", "utility-medium", "utility-small", "utility-x-small-demi"];
export type SkeletonTextSize = (typeof SKELETON_TEXT_SIZE)[number];
