import { FC } from "react"; import "./style.scss"; import { NotificationContainerProps } from ".."; import { NotificationProvider } from "./provider"; /** Renders the stacked notification list at a fixed position on screen */ declare const NotificationContainer: FC & { Provider: typeof NotificationProvider; }; export default NotificationContainer; //# sourceMappingURL=index.d.ts.map