import { Base, Type } from "./type"; /** * @hidden */ export declare class NativeUIInputChangingEventArgs extends Base { static $t: Type; a: boolean; b: string; }