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