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