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