import { EventEmitter } from '@angular/core'; import { PackagingFormat, PackagingOptions } from '@rds/rds-packaging-ts'; import * as i0 from "@angular/core"; /** * A list of packaging formats grouped by type. * Each list item can be clicked in order to build up a list of desired formats. * * @author Will Davis */ export declare class RdsFormatSelectionListComponent { /** Options to display in the list */ options: PackagingOptions | undefined; /** Selected packaging formats */ selected: Array | undefined; /** Emitted when a format is added */ add: EventEmitter; /** Emitted when a format is removed */ remove: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }