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