import { type VariantProps } from '../tw'; declare const avatar: import("tailwind-variants").TVReturnType<{ shape: { square: string; circle: string; }; size: { xs: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; }; }, { base: string[]; img: string; name: string[]; }, undefined, { responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | { size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined; shape?: 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: { square: string; circle: string; }; size: { xs: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; }; }, { base: string[]; img: string; name: string[]; }, import("tailwind-variants").TVReturnType<{ shape: { square: string; circle: string; }; size: { xs: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; }; }, { base: string[]; img: string; name: string[]; }, undefined, import("tailwind-variants/dist/config.js").TVConfig<{ shape: { square: string; circle: string; }; size: { xs: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; }; }, { shape: { square: string; circle: string; }; size: { xs: { base: string; }; sm: { base: string; }; md: { base: string; }; lg: { base: string; }; xl: { base: string; }; }; }>, unknown, unknown, undefined>>; export type AvatarVariants = VariantProps; export type AvatarSlots = keyof ReturnType; export { avatar };