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