export declare const TGLStory: React.FC<{ isMobileScreen?: boolean; promotionId?: string; insightId?: string; sdkKey?: string; eventId?: string; production?: boolean; persistent?: boolean; sidebar: 'left' | 'right'; banner: 'top' | 'bottom'; layoutMode?: 'cover' | 'side-by-side'; }>;