/// import { NotifyPorps } from "../../types/notify.type"; import '../../style/notify.css'; declare const Notify: (props: NotifyPorps) => JSX.Element; export default Notify;