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