import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class NativeUIKeyEventArgs extends Base {
    static $t: Type;
    g: number;
    h: any;
    e: boolean;
    b: boolean;
    a: boolean;
    f: boolean;
    d: boolean;
    c: boolean;
}
