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