export declare class NotificationMessage { el: HTMLPaycargoNotificationMessageElement; /** * Location of Toast to apply css accordingly **/ location: string; private onMouseOver; private onMouseOut; private onClick; private timeTracker; private toastTitle; /** * Function to show a toast Notification **/ showToast(type: string, message: string, _timeout: number): Promise; private getIcons; render(): any; }