import * as _angular_core from '@angular/core'; interface LuPlgPushLabel { close: string; } declare class PLGPushComponent { readonly intl: _angular_core.InputSignalWithTransform>; /** * Changes the title displayed in plg */ readonly heading: _angular_core.InputSignal; /** * Display sign close button */ readonly removable: _angular_core.InputSignalWithTransform; /** * Is the callout removed? Works with two way binding too. */ readonly removed: _angular_core.ModelSignal; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { PLGPushComponent };