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