import type { Components, JSX } from "../types/components";

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