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