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