// pf-panel/pf-panel.js
import type { ReactWebComponent } from '@lit/react';
import type { PfPanel } from '@patternfly/elements/pf-panel/pf-panel.js';
export const Panel: ReactWebComponent<PfPanel, {}>;
  