import { ConfigProps, NotificationPlacement, ArgsProps as AntdArgsProps, NotificationInstance, NotificationApi, getInstance } from 'antd/es/notification/index'; export type { ConfigProps, NotificationPlacement, NotificationInstance, NotificationApi, ArgsProps }; export declare type IconType = 'success' | 'info' | 'error' | 'warning' | 'loading'; interface ArgsProps extends AntdArgsProps { withBackground?: boolean; } declare const api: any; export { getInstance }; export { api as notification }; declare const _default: NotificationApi; export default _default;