import { Action, Event, ModelAdapter } from '../index';
export declare class ActionAdapter extends ModelAdapter {
    widget: Action;
    constructor();
    protected _goOffline(): void;
    protected _goOnline(): void;
    protected _onWidgetAction(event: Event<Action>): void;
    protected _onWidgetEvent(event: Event<Action>): void;
}
//# sourceMappingURL=ActionAdapter.d.ts.map