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