import type { IAvatarComponentType } from './types'; declare const Avatar: IAvatarComponentType; export { Avatar }; export type { IAvatarProps, IAvatarBadgeProps } from './types';