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