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