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