declare const NotificationApi: { add: (props: any, el: HTMLElement) => void; destroy: (key?: string | number | undefined) => void; }; export default NotificationApi;