import { OnInit, OnDestroy } from '@angular/core'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoDashboardControlAjaxRemoteServiceComponent extends NestedOption implements OnDestroy, OnInit { get beforeSend(): ((jqXHR: any, settings: any) => any); set beforeSend(value: ((jqXHR: any, settings: any) => any)); get complete(): ((jqXHR: any, textStatus: string) => any); set complete(value: ((jqXHR: any, textStatus: string) => any)); get headers(): Record; set headers(value: Record); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoDashboardControlAjaxRemoteServiceModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }