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