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