import type { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Avatar: { parts: ("container" | "label" | "badge" | "excessLabel" | "group")[]; baseStyle: PartsStyleFunction, "parts">>; sizes: { xs: Partial>; sm: Partial>; md: Partial>; lg: Partial>; xl: Partial>; '2xl': Partial>; '3xl': Partial>; }; defaultProps: { size: string; }; };