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