import { ArgsProps } from "antd/lib/notification"; export declare const handleNotification: (notification: ArgsProps | false | undefined, fallbackNotification?: ArgsProps | undefined) => void;