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