import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * Filter out columns that should not show when editing * * @author Will Davis */ export declare class FilterColumnsPipe implements PipeTransform { /** * @param columns table column ids to filter * @param editable whether the table is editable * @returns the filted down array of columns depending on if the table is editable */ transform(columns: string[], editable: boolean): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }