import type { Components, JSX } from "../types/components"; interface RuxIconSlideshow extends Components.RuxIconSlideshow, HTMLElement {} export const RuxIconSlideshow: { prototype: RuxIconSlideshow; new (): RuxIconSlideshow; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;