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