// rh-alert/rh-alert.js
import type { ReactWebComponent } from '@lit/react';
import type { RhAlert } from '@rhds/elements/rh-alert/rh-alert.js';
export const Alert: ReactWebComponent<RhAlert, { onClose: 'close' }>;
  