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