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