import type { Components, JSX } from "../types/components"; interface SpwSearchField extends Components.SpwSearchField, HTMLElement {} export const SpwSearchField: { prototype: SpwSearchField; new (): SpwSearchField; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;