/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ActionButton } from './action-button'; export declare class ActionButtonPreset { static close(): ActionButton[]; /** * deprecated */ static confirm(): ActionButton[]; static modalConfirm(): ActionButton[]; static doModify(): ActionButton[]; static modify(): ActionButton[]; static detail(): ActionButton[]; static add(): ActionButton[]; static edit(): ActionButton[]; }