///
type EventsListType = {
value: string;
description: string;
};
type PropsType = {
children: React.ReactNode;
events: Array>;
};
export declare function StorybookMediator({ events, children }: PropsType): import("react/jsx-runtime").JSX.Element;
export {};