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