import { PipeTransform } from '@angular/core'; import { PackagingFormat } from '@rds/rds-packaging-ts'; import * as i0 from "@angular/core"; /** * Gets the count of selected formats * @author Will Davis */ export declare class RdsFormatSelectedCountPipe implements PipeTransform { transform(selected: Array | null | undefined, format: PackagingFormat): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }