///
import type { InstantAppsAppError } from "../components/instant-apps-app-error";
import type { InstantAppsAppGuide } from "../components/instant-apps-app-guide";
import type { InstantAppsBuffer } from "../components/instant-apps-buffer";
import type { InstantAppsControlPanel } from "../components/instant-apps-control-panel";
import type { InstantAppsCreate } from "../components/instant-apps-create";
import type { InstantAppsExport } from "../components/instant-apps-export";
import type { InstantAppsExportViews } from "../components/instant-apps-export-views";
import type { InstantAppsFilterList } from "../components/instant-apps-filter-list";
import type { InstantAppsHeader } from "../components/instant-apps-header";
import type { InstantAppsInteractiveLegend } from "../components/instant-apps-interactive-legend";
import type { InstantAppsInteractiveLegendClassic } from "../components/instant-apps-interactive-legend-classic";
import type { InstantAppsInteractiveLegendCount } from "../components/instant-apps-interactive-legend-count";
import type { InstantAppsInteractiveLegendGroupLegendElement } from "../components/instant-apps-interactive-legend-group-legend-element";
import type { InstantAppsInteractiveLegendGroupLegendElementCaption } from "../components/instant-apps-interactive-legend-group-legend-element-caption";
import type { InstantAppsInteractiveLegendLayerElement } from "../components/instant-apps-interactive-legend-layer-element";
import type { InstantAppsInteractiveLegendLayerElementCaption } from "../components/instant-apps-interactive-legend-layer-element-caption";
import type { InstantAppsInteractiveLegendLegendElement } from "../components/instant-apps-interactive-legend-legend-element";
import type { InstantAppsInteractiveLegendLegendElementCaption } from "../components/instant-apps-interactive-legend-legend-element-caption";
import type { InstantAppsInteractiveLegendRelationship } from "../components/instant-apps-interactive-legend-relationship";
import type { InstantAppsKeyboardShortcuts } from "../components/instant-apps-keyboard-shortcuts";
import type { InstantAppsLandingPage } from "../components/instant-apps-landing-page";
import type { InstantAppsLanguageSwitcher } from "../components/instant-apps-language-switcher";
import type { InstantAppsLanguageTranslator } from "../components/instant-apps-language-translator";
import type { InstantAppsCkeditorWrapper } from "../components/instant-apps-ckeditor-wrapper";
import type { InstantAppsLanguageTranslatorContent } from "../components/instant-apps-language-translator-content";
import type { InstantAppsLanguageTranslatorItem } from "../components/instant-apps-language-translator-item";
import type { InstantAppsLanguageTranslatorSearch } from "../components/instant-apps-language-translator-search";
import type { InstantAppsMeasurement } from "../components/instant-apps-measurement";
import type { InstantAppsMeasurementTool } from "../components/instant-apps-measurement-tool";
import type { InstantAppsPopover } from "../components/instant-apps-popover";
import type { InstantAppsPopovers } from "../components/instant-apps-popovers";
import type { InstantAppsScoreboard } from "../components/instant-apps-scoreboard";
import type { InstantAppsSignIn } from "../components/instant-apps-sign-in";
import type { InstantAppsSocialShare } from "../components/instant-apps-social-share";
import type { InstantAppsSplash } from "../components/instant-apps-splash";
import type { InstantAppsTimeFilter } from "../components/instant-apps-time-filter";
import type { HTMLProps } from 'react';
import type { EventHandler } from "@arcgis/lumina";
interface ReactInstantAppsAppError extends HTMLProps {
}
interface ReactInstantAppsAppGuide extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsBuffer extends Partial>, HTMLProps {
}
interface ReactInstantAppsControlPanel extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsCreate extends Partial>, HTMLProps {
}
interface ReactInstantAppsExport extends Partial>, HTMLProps {
onafterExport?: EventHandler;
onexportOutputUpdated?: EventHandler;
}
interface ReactInstantAppsExportViews extends Partial>, HTMLProps {
onexportOutputUpdated?: EventHandler;
}
interface ReactInstantAppsFilterList extends Required>, Partial>, HTMLProps {
onfilterListReset?: EventHandler;
onfilterUpdate?: EventHandler;
}
interface ReactInstantAppsHeader extends Partial>, HTMLProps {
oninfoIsOpenChanged?: EventHandler;
}
interface ReactInstantAppsInteractiveLegend extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendClassic extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendCount extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendGroupLegendElement extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendGroupLegendElementCaption extends Required>, Partial>, HTMLProps {
ongroupLayerCaptionElementExpandUpdated?: EventHandler;
}
interface ReactInstantAppsInteractiveLegendLayerElement extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendLayerElementCaption extends Required>, Partial>, HTMLProps {
onlayerCaptionElementExpandUpdated?: EventHandler;
}
interface ReactInstantAppsInteractiveLegendLegendElement extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsInteractiveLegendLegendElementCaption extends Required>, Partial>, HTMLProps {
onlegendLayerExpandUpdated?: EventHandler;
onshowAllSelected?: EventHandler;
}
interface ReactInstantAppsInteractiveLegendRelationship extends Required>, HTMLProps {
}
interface ReactInstantAppsKeyboardShortcuts extends Required>, HTMLProps {
}
interface ReactInstantAppsLandingPage extends Required>, Partial>, HTMLProps {
onlandingPageClose?: EventHandler;
onlandingPageOpen?: EventHandler;
}
interface ReactInstantAppsLanguageSwitcher extends Required>, Partial>, HTMLProps {
onselectedLanguageUpdated?: EventHandler;
}
interface ReactInstantAppsLanguageTranslator extends Required>, Partial>, HTMLProps {
ontranslatorDataUpdated?: EventHandler;
}
interface ReactInstantAppsCkeditorWrapper extends Required>, Partial>, HTMLProps {
ondataChanged?: EventHandler;
onisFocused?: EventHandler;
}
interface ReactInstantAppsLanguageTranslatorContent extends HTMLProps {
}
interface ReactInstantAppsLanguageTranslatorItem extends Required>, HTMLProps {
ontranslatorItemDataUpdated?: EventHandler;
}
interface ReactInstantAppsLanguageTranslatorSearch extends Required>, HTMLProps {
onsuggestionSelected?: EventHandler;
}
interface ReactInstantAppsMeasurement extends Required>, Partial>, HTMLProps {
onmeasureActive?: EventHandler;
}
interface ReactInstantAppsMeasurementTool extends Required>, HTMLProps {
}
interface ReactInstantAppsPopover extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsPopovers extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsScoreboard extends Required>, Partial>, HTMLProps {
onscoreboardItemsUpdated?: EventHandler;
}
interface ReactInstantAppsSignIn extends Required>, Partial>, HTMLProps {
}
interface ReactInstantAppsSocialShare extends Partial>, HTMLProps {
}
interface ReactInstantAppsSplash extends Partial>, HTMLProps {
onsplashClose?: EventHandler;
}
interface ReactInstantAppsTimeFilter extends Required>, Partial>, HTMLProps {
}
declare module "react" {
namespace JSX {
interface IntrinsicElements {
"instant-apps-app-error": ReactInstantAppsAppError;
"instant-apps-app-guide": ReactInstantAppsAppGuide;
"instant-apps-buffer": ReactInstantAppsBuffer;
"instant-apps-control-panel": ReactInstantAppsControlPanel;
"instant-apps-create": ReactInstantAppsCreate;
"instant-apps-export": ReactInstantAppsExport;
"instant-apps-export-views": ReactInstantAppsExportViews;
"instant-apps-filter-list": ReactInstantAppsFilterList;
"instant-apps-header": ReactInstantAppsHeader;
"instant-apps-interactive-legend": ReactInstantAppsInteractiveLegend;
"instant-apps-interactive-legend-classic": ReactInstantAppsInteractiveLegendClassic;
"instant-apps-interactive-legend-count": ReactInstantAppsInteractiveLegendCount;
"instant-apps-interactive-legend-group-legend-element": ReactInstantAppsInteractiveLegendGroupLegendElement;
"instant-apps-interactive-legend-group-legend-element-caption": ReactInstantAppsInteractiveLegendGroupLegendElementCaption;
"instant-apps-interactive-legend-layer-element": ReactInstantAppsInteractiveLegendLayerElement;
"instant-apps-interactive-legend-layer-element-caption": ReactInstantAppsInteractiveLegendLayerElementCaption;
"instant-apps-interactive-legend-legend-element": ReactInstantAppsInteractiveLegendLegendElement;
"instant-apps-interactive-legend-legend-element-caption": ReactInstantAppsInteractiveLegendLegendElementCaption;
"instant-apps-interactive-legend-relationship": ReactInstantAppsInteractiveLegendRelationship;
"instant-apps-keyboard-shortcuts": ReactInstantAppsKeyboardShortcuts;
"instant-apps-landing-page": ReactInstantAppsLandingPage;
"instant-apps-language-switcher": ReactInstantAppsLanguageSwitcher;
"instant-apps-language-translator": ReactInstantAppsLanguageTranslator;
"instant-apps-ckeditor-wrapper": ReactInstantAppsCkeditorWrapper;
"instant-apps-language-translator-content": ReactInstantAppsLanguageTranslatorContent;
"instant-apps-language-translator-item": ReactInstantAppsLanguageTranslatorItem;
"instant-apps-language-translator-search": ReactInstantAppsLanguageTranslatorSearch;
"instant-apps-measurement": ReactInstantAppsMeasurement;
"instant-apps-measurement-tool": ReactInstantAppsMeasurementTool;
"instant-apps-popover": ReactInstantAppsPopover;
"instant-apps-popovers": ReactInstantAppsPopovers;
"instant-apps-scoreboard": ReactInstantAppsScoreboard;
"instant-apps-sign-in": ReactInstantAppsSignIn;
"instant-apps-social-share": ReactInstantAppsSocialShare;
"instant-apps-splash": ReactInstantAppsSplash;
"instant-apps-time-filter": ReactInstantAppsTimeFilter;
}
}
}
declare module "react/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
"instant-apps-app-error": ReactInstantAppsAppError;
"instant-apps-app-guide": ReactInstantAppsAppGuide;
"instant-apps-buffer": ReactInstantAppsBuffer;
"instant-apps-control-panel": ReactInstantAppsControlPanel;
"instant-apps-create": ReactInstantAppsCreate;
"instant-apps-export": ReactInstantAppsExport;
"instant-apps-export-views": ReactInstantAppsExportViews;
"instant-apps-filter-list": ReactInstantAppsFilterList;
"instant-apps-header": ReactInstantAppsHeader;
"instant-apps-interactive-legend": ReactInstantAppsInteractiveLegend;
"instant-apps-interactive-legend-classic": ReactInstantAppsInteractiveLegendClassic;
"instant-apps-interactive-legend-count": ReactInstantAppsInteractiveLegendCount;
"instant-apps-interactive-legend-group-legend-element": ReactInstantAppsInteractiveLegendGroupLegendElement;
"instant-apps-interactive-legend-group-legend-element-caption": ReactInstantAppsInteractiveLegendGroupLegendElementCaption;
"instant-apps-interactive-legend-layer-element": ReactInstantAppsInteractiveLegendLayerElement;
"instant-apps-interactive-legend-layer-element-caption": ReactInstantAppsInteractiveLegendLayerElementCaption;
"instant-apps-interactive-legend-legend-element": ReactInstantAppsInteractiveLegendLegendElement;
"instant-apps-interactive-legend-legend-element-caption": ReactInstantAppsInteractiveLegendLegendElementCaption;
"instant-apps-interactive-legend-relationship": ReactInstantAppsInteractiveLegendRelationship;
"instant-apps-keyboard-shortcuts": ReactInstantAppsKeyboardShortcuts;
"instant-apps-landing-page": ReactInstantAppsLandingPage;
"instant-apps-language-switcher": ReactInstantAppsLanguageSwitcher;
"instant-apps-language-translator": ReactInstantAppsLanguageTranslator;
"instant-apps-ckeditor-wrapper": ReactInstantAppsCkeditorWrapper;
"instant-apps-language-translator-content": ReactInstantAppsLanguageTranslatorContent;
"instant-apps-language-translator-item": ReactInstantAppsLanguageTranslatorItem;
"instant-apps-language-translator-search": ReactInstantAppsLanguageTranslatorSearch;
"instant-apps-measurement": ReactInstantAppsMeasurement;
"instant-apps-measurement-tool": ReactInstantAppsMeasurementTool;
"instant-apps-popover": ReactInstantAppsPopover;
"instant-apps-popovers": ReactInstantAppsPopovers;
"instant-apps-scoreboard": ReactInstantAppsScoreboard;
"instant-apps-sign-in": ReactInstantAppsSignIn;
"instant-apps-social-share": ReactInstantAppsSocialShare;
"instant-apps-splash": ReactInstantAppsSplash;
"instant-apps-time-filter": ReactInstantAppsTimeFilter;
}
}
}
declare module "react/jsx-dev-runtime" {
namespace JSX {
interface IntrinsicElements {
"instant-apps-app-error": ReactInstantAppsAppError;
"instant-apps-app-guide": ReactInstantAppsAppGuide;
"instant-apps-buffer": ReactInstantAppsBuffer;
"instant-apps-control-panel": ReactInstantAppsControlPanel;
"instant-apps-create": ReactInstantAppsCreate;
"instant-apps-export": ReactInstantAppsExport;
"instant-apps-export-views": ReactInstantAppsExportViews;
"instant-apps-filter-list": ReactInstantAppsFilterList;
"instant-apps-header": ReactInstantAppsHeader;
"instant-apps-interactive-legend": ReactInstantAppsInteractiveLegend;
"instant-apps-interactive-legend-classic": ReactInstantAppsInteractiveLegendClassic;
"instant-apps-interactive-legend-count": ReactInstantAppsInteractiveLegendCount;
"instant-apps-interactive-legend-group-legend-element": ReactInstantAppsInteractiveLegendGroupLegendElement;
"instant-apps-interactive-legend-group-legend-element-caption": ReactInstantAppsInteractiveLegendGroupLegendElementCaption;
"instant-apps-interactive-legend-layer-element": ReactInstantAppsInteractiveLegendLayerElement;
"instant-apps-interactive-legend-layer-element-caption": ReactInstantAppsInteractiveLegendLayerElementCaption;
"instant-apps-interactive-legend-legend-element": ReactInstantAppsInteractiveLegendLegendElement;
"instant-apps-interactive-legend-legend-element-caption": ReactInstantAppsInteractiveLegendLegendElementCaption;
"instant-apps-interactive-legend-relationship": ReactInstantAppsInteractiveLegendRelationship;
"instant-apps-keyboard-shortcuts": ReactInstantAppsKeyboardShortcuts;
"instant-apps-landing-page": ReactInstantAppsLandingPage;
"instant-apps-language-switcher": ReactInstantAppsLanguageSwitcher;
"instant-apps-language-translator": ReactInstantAppsLanguageTranslator;
"instant-apps-ckeditor-wrapper": ReactInstantAppsCkeditorWrapper;
"instant-apps-language-translator-content": ReactInstantAppsLanguageTranslatorContent;
"instant-apps-language-translator-item": ReactInstantAppsLanguageTranslatorItem;
"instant-apps-language-translator-search": ReactInstantAppsLanguageTranslatorSearch;
"instant-apps-measurement": ReactInstantAppsMeasurement;
"instant-apps-measurement-tool": ReactInstantAppsMeasurementTool;
"instant-apps-popover": ReactInstantAppsPopover;
"instant-apps-popovers": ReactInstantAppsPopovers;
"instant-apps-scoreboard": ReactInstantAppsScoreboard;
"instant-apps-sign-in": ReactInstantAppsSignIn;
"instant-apps-social-share": ReactInstantAppsSocialShare;
"instant-apps-splash": ReactInstantAppsSplash;
"instant-apps-time-filter": ReactInstantAppsTimeFilter;
}
}
}