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