import { ToastService } from '../../toast/services'; export declare class CookieService { private readonly toastService; private readonly document; element: any; constructor(toastService: ToastService, document: any); init(message?: string): void; setElement(name: any, data: any): void; existCookie(name: any): boolean; private setStyleNotification; private eventClickAccept; }