import { EventEmitter } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import { EButtonType } from "../../../data-types/button.enum"; import * as i0 from "@angular/core"; export declare class CowingDialogComponent { private _translate; isOpen: boolean; tittle: string; body: string; url: string; toggle: EventEmitter; EButtonType: typeof EButtonType; constructor(_translate: TranslateService); clickedOutside(e: any): void; toggleModal(e: any): void; redirectToStore(): void; closeDialog(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }