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