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