import type { TAvatarProps, TAvatarSize } from './Avatar.type'; export declare const AVATAR_SIZES: TAvatarSize[]; export declare const AVATAR_SIZE: { [key in TAvatarSize]: key; }; export declare const AVATAR_DEFAULT_PROPS: TAvatarProps;