import type { ForwardRefPrimitive } from '../types'; import type { BaseAvatarProps } from './types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/avatar) */ export declare const Avatar: ForwardRefPrimitive;