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