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