import { Notification as NotificationProps } from '@streamlayer/sdk-web-notifications'; type InAppProps = NotificationProps['data'] & { action: NotificationProps['action']; }; export declare const InAppPredictionResultAd: React.FC & { className?: string; action?: () => void; close?: () => void; inApp?: InAppProps['inApp']; }>; export {};