// rh-avatar/rh-avatar.js
import type { ReactWebComponent } from '@lit/react';
import type { RhAvatar } from '@rhds/elements/rh-avatar/rh-avatar.js';
export const Avatar: ReactWebComponent<RhAvatar, {}>;
  