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