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