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