import { info, success, warn, error, clear, config } from './Notify';
export declare const Notify: {
    info: typeof info;
    success: typeof success;
    warn: typeof warn;
    error: typeof error;
    clear: typeof clear;
    config: typeof config;
};
export default Notify;
