import type { NotifyProps, NotifyPrivateProps } from './type'; export declare const Notify: (props: NotifyProps & NotifyPrivateProps) => JSX.Element;