import { type ElementProps } from '../../../../../types/element/elementProps'; export type AvatarImageProps = ElementProps<'img'>; export declare function AvatarImage({ ...imgProps }: AvatarImageProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=AvatarImage.d.ts.map