import type { NotificationProps } from './types'; export declare function Notification(props: NotificationProps): React.ReactElement | null;