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