import * as React from 'react';
import { NotificationContentProps, NotificationProps } from './interfaces';
export declare const NotificationContent: React.FC<NotificationContentProps>;
export declare const Notification: (args: NotificationProps) => void;
