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