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