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