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