/*!
 * devextreme-angular
 * Version: 25.1.4
 * Build date: Tue Aug 05 2025
 *
 * Copyright (c) 2012 - 2025 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-angular
 */
import { ElementRef, Renderer2, AfterViewInit, QueryList, AfterContentInit } from '@angular/core';
import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form';
import { NestedOptionHost, DxTemplateDirective, IDxTemplateHost, DxTemplateHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import { DxiFormButtonItemComponent } from './button-item-dxi';
import { DxiFormEmptyItemComponent } from './empty-item-dxi';
import { DxiFormGroupItemComponent } from './group-item-dxi';
import { DxiFormItemComponent } from './item-dxi';
import { DxiFormSimpleItemComponent } from './simple-item-dxi';
import { DxiFormTabbedItemComponent } from './tabbed-item-dxi';
import * as i0 from "@angular/core";
export declare class DxiFormTabComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost, AfterContentInit {
    private renderer;
    private document;
    private element;
    get alignItemLabels(): boolean;
    set alignItemLabels(value: boolean);
    get badge(): string | undefined;
    set badge(value: string | undefined);
    get colCount(): number;
    set colCount(value: number);
    get colCountByScreen(): {
        lg?: number | undefined;
        md?: number | undefined;
        sm?: number | undefined;
        xs?: number | undefined;
    };
    set colCountByScreen(value: {
        lg?: number | undefined;
        md?: number | undefined;
        sm?: number | undefined;
        xs?: number | undefined;
    });
    get disabled(): boolean;
    set disabled(value: boolean);
    get icon(): string | undefined;
    set icon(value: string | undefined);
    get items(): Array<dxFormButtonItem | dxFormEmptyItem | dxFormGroupItem | dxFormSimpleItem | dxFormTabbedItem>;
    set items(value: Array<dxFormButtonItem | dxFormEmptyItem | dxFormGroupItem | dxFormSimpleItem | dxFormTabbedItem>);
    get tabTemplate(): any;
    set tabTemplate(value: any);
    get template(): any;
    set template(value: any);
    get title(): string | undefined;
    set title(value: string | undefined);
    protected get _optionPath(): string;
    buttonItemsChildren: QueryList<DxiFormButtonItemComponent>;
    emptyItemsChildren: QueryList<DxiFormEmptyItemComponent>;
    groupItemsChildren: QueryList<DxiFormGroupItemComponent>;
    itemsChildren: QueryList<DxiFormItemComponent>;
    simpleItemsChildren: QueryList<DxiFormSimpleItemComponent>;
    tabbedItemsChildren: QueryList<DxiFormTabbedItemComponent>;
    setItems(): void;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef);
    setTemplate(template: DxTemplateDirective): void;
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    ngAfterContentInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiFormTabComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiFormTabComponent, "dxi-form-tab", never, { "alignItemLabels": { "alias": "alignItemLabels"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "colCount": { "alias": "colCount"; "required": false; }; "colCountByScreen": { "alias": "colCountByScreen"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "items": { "alias": "items"; "required": false; }; "tabTemplate": { "alias": "tabTemplate"; "required": false; }; "template": { "alias": "template"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, ["buttonItemsChildren", "emptyItemsChildren", "groupItemsChildren", "itemsChildren", "simpleItemsChildren", "tabbedItemsChildren"], ["*"], true, never>;
}
export declare class DxiFormTabModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiFormTabModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiFormTabModule, never, [typeof DxiFormTabComponent], [typeof DxiFormTabComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiFormTabModule>;
}
