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