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