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