import type { NotificationOptions } from './types'; declare const Notification: (options: NotificationOptions) => void; export default Notification;