import { AvatarProps } from './avatarTypes'; export type { AvatarProps, AvatarSize, LegacySizeVariant, NormalizedAvatarProps, } from './avatarTypes'; export { AvatarBase } from './AvatarBase'; export default function Avatar(props: AvatarProps): import("react").JSX.Element;