import React from 'react'; import type { OldNotificationComponentProps } from './converter.old'; export type NotificationComponentProps = OldNotificationComponentProps; export declare const NotificationComponent: React.FC;