import * as _angular_core from '@angular/core'; interface MobilePushTranslate { urlAppStore: string; urlGooglePlay: string; altAppStore: string; altGooglePlay: string; srcAppStore: string; srcGooglePlay: string; newTab: string; } declare class MobilePushComponent { intl: _angular_core.InputSignalWithTransform>; /** * Emit event when appStoreLink is clicked */ appStoreLinkClicked: _angular_core.OutputEmitterRef; /** * Emit event when googlePlayLink is clicked */ googlePlayLinkClicked: _angular_core.OutputEmitterRef; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { MobilePushComponent };