import { ActionsTable } from '../../../../system/index.js';
export declare function useActionsStories({ items, maxItems, setFieldValue, path, onSubmit, onSubmitStories }: any): ActionsTable<any>;
