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