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