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