import { Notification } from './interfaces';
export declare class SallaNotificationItem {
    /**
     * Notification instance to render.
     */
    notification: Notification;
    render(): any;
}
