import { EmbedEvent } from '../types';
/**
 *
 * @param e
 * @param thoughtSpotHost
 */
export declare function processCustomAction(e: any, thoughtSpotHost: string): any;
/**
 *
 * @param e
 * @param containerEl
 */
export declare function processAuthFailure(e: any, containerEl: Element): any;
/**
 *
 * @param type
 * @param e
 * @param thoughtSpotHost
 * @param containerEl
 */
export declare function processEventData(type: EmbedEvent, e: any, thoughtSpotHost: string, containerEl: Element): any;
//# sourceMappingURL=processData.d.ts.map