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