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