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