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