import { ActionsTable } from '../../../interfaces.js';
export declare function Actions({ actions, table, childrenItems, handleToggle, childrenConfigurations, oneItemTableHasChildrenKey, }: {
    table: any;
    handleToggle: any;
    childrenItems: any;
    childrenConfigurations: any;
    actions: ActionsTable;
    oneItemTableHasChildrenKey: any;
}): import("react/jsx-runtime").JSX.Element;
