import type { Theme } from '@storybook/theming'; import { ActionDisplay } from '../../models'; export declare const Wrapper: import("@storybook/theming").StyledComponent, Theme>; interface ActionLoggerProps { actions: ActionDisplay[]; onClear: () => void; } export declare const ActionLogger: ({ actions, onClear }: ActionLoggerProps) => JSX.Element; export {};