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