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