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