import { PipeTransform } from '@angular/core'; import { MtnaPopoverConfig } from '@mtna/core-angular'; import { Option } from '@rds/rds-packaging-ts'; import * as i0 from "@angular/core"; /** * Creates a MtnaPopoverConfig for a given packaging Option * in order to display the option's description. * * @author Will Davis */ export declare class RdsOptionPopoverConfigPipe implements PipeTransform { /** * Creates a MtnaPopoverConfig for a given packaging Option * in order to display the option's description. * * @param value packaging `Option` * @returns popover config describing the packaging option */ transform(value: Option): MtnaPopoverConfig | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }