import { Advertisement } from '@streamlayer/feature-gamification'; import { Promotion } from '@streamlayer/sdk-web-types'; export declare const Banner: React.FC<{ promotion: Promotion; promotionId: string; direction?: 'top' | 'bottom'; hiding?: boolean; isEventFired: Advertisement['isEventFired']; fireEvent: Advertisement['fireEvent']; }>;