// rh-tabs/rh-tab-panel.js
import type { ReactWebComponent } from '@lit/react';
import type { RhTabPanel } from '@rhds/elements/rh-tabs/rh-tab-panel.js';
export const TabPanel: ReactWebComponent<RhTabPanel, {}>;
  