import { ArgsProps, NotificationApi } from '@firesoon/antd/lib/notification'; import './index.less'; interface props extends NotificationApi { loading?: (props: ArgsProps) => void; } declare const Index: props; export default Index;