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