// rh-icon/rh-icon.js
import type { ReactWebComponent } from '@lit/react';
import type { RhIcon } from '@rhds/elements/rh-icon/rh-icon.js';
export const Icon: ReactWebComponent<RhIcon, { onLoad: 'load'; onError: 'error' }>;
  