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