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