import { IErrorInfo } from '../Data/ApiResponse'; export declare function createErrorInfoPopup(titleMessage: string, errorInfo: IErrorInfo | IErrorInfo[]): void;