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