import { Meta } from '@storybook/react';
import { ActionListProps } from './ActionList';
declare const _default: Meta<ActionListProps>;
export default _default;
export declare const ActionListExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ActionListProps>;
