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