import { ActionsTable } from '../../../../../../../../system/index.js';
export declare function ActionDelete<T>({ table, actions }: {
    table: any;
    actions: ActionsTable<T>;
}): import("react/jsx-runtime").JSX.Element;
