/// import { PublicLitElement as LitElement, JsxNode, TargetedEvent } from '@arcgis/lumina'; /** Error message UI */ export declare class InstantAppsAppError extends LitElement { /** clears the error message string from the live region */ clearErrorMessage(): Promise; }