import { CollectionNestedOption, NestedOptionHost, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core'; import * as i0 from '@angular/core'; import { AfterViewInit, QueryList, Renderer2, ElementRef } from '@angular/core'; declare class DxiResponsiveBoxColComponent extends CollectionNestedOption { get baseSize(): number | string; set baseSize(value: number | string); get ratio(): number; set ratio(value: number); get screen(): string | undefined; set screen(value: string | undefined); get shrink(): number; set shrink(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiResponsiveBoxColModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ declare class DxiResponsiveBoxItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; set _locationContentChildren(value: QueryList); get disabled(): boolean; set disabled(value: boolean); get html(): string; set html(value: string); get location(): { col?: number; colspan?: number | undefined; row?: number; rowspan?: number | undefined; screen?: string | undefined; }[]; set location(value: { col?: number; colspan?: number | undefined; row?: number; rowspan?: number | undefined; screen?: string | undefined; }[]); get template(): any; set template(value: any); get text(): string; set text(value: string); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiResponsiveBoxItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiResponsiveBoxLocationComponent extends CollectionNestedOption { get col(): number; set col(value: number); get colspan(): number | undefined; set colspan(value: number | undefined); get row(): number; set row(value: number); get rowspan(): number | undefined; set rowspan(value: number | undefined); get screen(): string | undefined; set screen(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiResponsiveBoxLocationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiResponsiveBoxRowComponent extends CollectionNestedOption { get baseSize(): number | string; set baseSize(value: number | string); get ratio(): number; set ratio(value: number); get screen(): string | undefined; set screen(value: string | undefined); get shrink(): number; set shrink(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiResponsiveBoxRowModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiResponsiveBoxColComponent, DxiResponsiveBoxColModule, DxiResponsiveBoxItemComponent, DxiResponsiveBoxItemModule, DxiResponsiveBoxLocationComponent, DxiResponsiveBoxLocationModule, DxiResponsiveBoxRowComponent, DxiResponsiveBoxRowModule }; //# sourceMappingURL=index.d.ts.map