import React from 'react';
export declare type NotificationProps = {
    className?: string;
};
export declare const Notification: React.FC<NotificationProps>;
