import type { RowActionProps } from ".";
import { DeleteContextType } from "../../../providers";
type DeleteActionProps = RowActionProps & {
    row: any;
    resource: string;
    title: string;
    withForceDelete?: boolean;
};
export declare function DeleteActionModal(props: DeleteContextType): import("react/jsx-runtime").JSX.Element;
export declare function DeleteAction({ row, resource, title, disabled, withForceDelete, ...props }: DeleteActionProps): import("react/jsx-runtime").JSX.Element;
export declare namespace DeleteAction {
    var displayName: string;
}
export {};
//# sourceMappingURL=delete.d.ts.map