import type { Components, JSX } from "../types/components"; interface RuxIconLoupe extends Components.RuxIconLoupe, HTMLElement {} export const RuxIconLoupe: { prototype: RuxIconLoupe; new (): RuxIconLoupe; };