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