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