import { type VariantProps } from '../tw'; declare const skeleton: import("tailwind-variants").TVReturnType<{ shape: { text: string; circle: string; square: string; rounded: string; rect: string; }; size: { xs: string; sm: string; md: string; lg: string; xl: string; }; animation: { shimmer: string[]; pulse: string[]; none: string[]; }; }, undefined, string[], { responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | { size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined; shape?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined; animation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined; } | undefined; } & import("tailwind-variants/dist/config.js").TWMConfig & { twMerge: true; twMergeConfig: { readonly extend: { readonly classGroups: { readonly 'icon-size': readonly [{ readonly 'size-icon': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }]; readonly 'border-w': readonly [{ readonly border: readonly ["thin", "heavy", "aggressive"]; }]; readonly rounded: readonly [{ readonly rounded: readonly ["default", "pill"]; }]; readonly shadow: readonly [{ readonly 'shadow-elevation': string[]; }]; readonly opacity: readonly [{ readonly opacity: readonly ["hover", "disabled"]; }]; readonly 'font-size': readonly [{ readonly 'text-marquee': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-header': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-body': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-code': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-caption': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-label': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }]; }; readonly conflictingClassGroups: { readonly 'icon-size': readonly ["w", "h", "size"]; }; }; }; }, { shape: { text: string; circle: string; square: string; rounded: string; rect: string; }; size: { xs: string; sm: string; md: string; lg: string; xl: string; }; animation: { shimmer: string[]; pulse: string[]; none: string[]; }; }, undefined, import("tailwind-variants").TVReturnType<{ shape: { text: string; circle: string; square: string; rounded: string; rect: string; }; size: { xs: string; sm: string; md: string; lg: string; xl: string; }; animation: { shimmer: string[]; pulse: string[]; none: string[]; }; }, undefined, string[], import("tailwind-variants/dist/config.js").TVConfig<{ shape: { text: string; circle: string; square: string; rounded: string; rect: string; }; size: { xs: string; sm: string; md: string; lg: string; xl: string; }; animation: { shimmer: string[]; pulse: string[]; none: string[]; }; }, { shape: { text: string; circle: string; square: string; rounded: string; rect: string; }; size: { xs: string; sm: string; md: string; lg: string; xl: string; }; animation: { shimmer: string[]; pulse: string[]; none: string[]; }; }>, unknown, unknown, undefined>>; export type SkeletonVariants = VariantProps; export { skeleton };