import { HTMLAttributes } from 'react';
import { Abi } from 'abitype';
import { ChainVibeEventWithData } from '../../types/events';
export interface NotificationStackDebugProps extends HTMLAttributes {
events?: ChainVibeEventWithData[];
limit?: number;
}
export declare function NotificationStackDebug({ events, limit, className, ...props }: NotificationStackDebugProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=NotificationStackDebug.d.ts.map