import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class EditRowService {
    private editIndexSubject;
    editIndex$: Observable<number | null>;
    private editValuesSubject;
    editValues$: Observable<{
        [key: string]: any;
    }>;
    startEditing(rowIndex: number): void;
    stopEditing(): void;
    updateEditValues(key: string, value: any): void;
    resetEditValues(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EditRowService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<EditRowService>;
}
