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