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