import { NotificationItemProps } from './item'; interface NotificationTestButtonsProps { addNotification: (props: Omit | Omit) => void; markAllAsRead?: () => void; removeAllNotifications?: () => void; shouldAddBanner?: boolean; } export declare const NotificationTestButtons: ({ addNotification, markAllAsRead, removeAllNotifications, shouldAddBanner, }: NotificationTestButtonsProps) => import("react").JSX.Element; export {};