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