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