/// import { NotifyInstance } from './Notify'; import type { SmartNotifyProps } from './PropTypes'; declare const Notify: import("react").FC; export { Notify, NotifyInstance }; export { SmartNotifyProps, SmartNotify, SmartNotifyOptions } from './PropTypes';