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