import { PipeTransform } from '@angular/core'; import { RdsDialogLink, RdsTextItem, RdsTextLink } from '@rds/shared-api'; import * as i0 from "@angular/core"; export declare type RdsFooterItemType = 'TEXT' | 'LINK' | 'DIALOG'; export declare class RdsFooterItemTypePipe implements PipeTransform { transform(item: RdsTextItem | RdsTextLink | RdsDialogLink): RdsFooterItemType | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }