import { ArgsProps } from 'antd/lib/notification'; export declare type SuccessErrorNotification = { successNotification?: ArgsProps | false; errorNotification?: ArgsProps | false; };