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