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