import { ValueType, Type } from "./type"; /** * @hidden */ export declare class Popup_InnerAnimationInfo extends ValueType { static $t: Type; constructor(); a: number; b: number; }