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