import { Observable } from 'rxjs'; import { IfExpandService } from '../../utils/conditional/if-expanded.service'; import { ClrLoadingState } from '../../utils/loading/loading'; import * as i0 from "@angular/core"; export declare class DatagridIfExpandService extends IfExpandService { expandableId: string; private _replace; private _animate; constructor(); get expanded(): boolean; set expanded(value: boolean); get replace(): Observable; get animate(): Observable; loadingStateChange(state: ClrLoadingState): void; setReplace(replaceValue: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }