import { PipeTransform } from '@angular/core'; import { PackagingFormat } from '@mtna/rds-packaging-ui'; /** * Gets the count of selected formats * @author Will Davis */ export declare class RdsFormatSelectedCountPipe implements PipeTransform { transform(selected: Array, format: PackagingFormat): number; }