import type { AudioPlayerPlugin } from './AudioPlayerPlugin'; import type { TFunction } from 'i18next'; import type { AddNotification } from '../../Notifications/hooks/useNotificationApi'; import type { NotificationTargetPanel } from '../../Notifications/notificationTarget'; export declare const audioPlayerNotificationsPluginFactory: ({ addNotification, panel, t, }: { addNotification: AddNotification; panel?: NotificationTargetPanel; t: TFunction; }) => AudioPlayerPlugin; //# sourceMappingURL=AudioPlayerNotificationsPlugin.d.ts.map