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