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