import { QuestionNotification, PromotionNotification } from '@streamlayer/sdk-web-types'; export declare const NotificationMedia: React.FC<{ src: string; imagePosition: PromotionNotification['imagePosition']; }>; export declare const Notification: React.FC<{ notification?: QuestionNotification; promotionId: string; direction?: 'left' | 'right'; hiding?: boolean; open?: () => void; close?: () => void; webos?: boolean; }>;