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