// rh-tile/rh-tile.js
import type { ReactWebComponent } from '@lit/react';
import type { RhTile } from '@rhds/elements/rh-tile/rh-tile.js';
export const Tile: ReactWebComponent<RhTile, { onSelect: 'select' }>;
  