import { Action, ActionProps, Form, FormatedAction } from './types'; import { TranslatorProps } from '../i18n'; export declare const getActionConfig: (action: Action, config: Form, { handleObjectChange, objectState, storeState, dispatch, handleReset, }: ActionProps, I18n: TranslatorProps) => FormatedAction;