import React from "react";
import type { NotificationProps } from "./types";
export declare const Notification: React.FC<NotificationProps>;
