export default function useNotification(): { notification: (title: string, options?: NotificationOptions | undefined) => void; };