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