import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiPaneComponent extends CollectionNestedOption { get backgroundColor(): string; set backgroundColor(value: string); get border(): { bottom?: boolean; color?: string; dashStyle?: string; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }; set border(value: { bottom?: boolean; color?: string; dashStyle?: string; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }); get height(): number | string | undefined; set height(value: number | string | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiPaneModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }