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