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