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