import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export interface ControlSteps {
    name: string;
    required: boolean;
    description: string;
}
export declare class CodSelfManagedControls {
    controls: Array<ControlSteps[]>;
    private $controls;
    constructor();
    getControlValues(): Observable<Array<ControlSteps[]>>;
    changeValue(step: number, controlName: string, newValue: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedControls, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CodSelfManagedControls>;
}
