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