import { Props } from "./Notification.types";
export declare const showNotification: ({ message, title, type, icon }: Props) => void;
