// pf-text-input/pf-text-input.js
import type { ReactWebComponent } from '@lit/react';
import type { PfTextInput } from '@patternfly/elements/pf-text-input/pf-text-input.js';
export const TextInput: ReactWebComponent<PfTextInput, {}>;
  