import React from 'react';
import type { ActionsProps } from './interface';
export declare const ActionsContext: React.Context<{
    prefixCls?: string | undefined;
    styles?: ActionsProps['styles'];
    classNames?: ActionsProps['classNames'];
}>;
