import { Notification as NotificationProps } from '@streamlayer/sdk-web-notifications'; type InAppProps = NotificationProps['data'] & { action: NotificationProps['action']; }; export declare const InAppNotification: React.FC; export {};