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