import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; import { Action } from '@ng-atomic/core'; declare class ActionsPipe implements PipeTransform { transform(value: any, ...args: any[]): Action[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export { ActionsPipe };