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