// pf-background-image/pf-background-image.js
import type { ReactWebComponent } from '@lit/react';
import type { PfBackgroundImage } from '@patternfly/elements/pf-background-image/pf-background-image.js';
export const BackgroundImage: ReactWebComponent<PfBackgroundImage, {}>;
  