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