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