import React from 'react'; import { NotifyPrivateProps, NotifyProps } from './PropsType'; declare const Notify: React.FC; export default Notify;