import { ReactNode } from 'react'; import { ActionListContextValue } from '../ActionList/ActionList.context'; export declare const ActionListContextWrapper: ({ children, ...props }: Omit & { children: ReactNode; }) => import("react/jsx-runtime").JSX.Element;