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