import { FunctionComponent } from 'react'; import { NotifyProps } from './types'; declare const Notify: FunctionComponent; export default Notify;