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