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