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