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