import { EventArgs, Type } from "./type"; /** * @hidden */ export declare class OnPopupEventArgs extends EventArgs { static $t: Type; }