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