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