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