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