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