import BrowserSession from '../BrowserSession';
declare const MCULayoutEventHandler: (session: BrowserSession, eventData: any) => void;
export { MCULayoutEventHandler };
