import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
* It must be contained in a Ribbon component(`ejs-ribbon`).
* ```html
*
*
*
*
*
*
* ```
*/
export declare class RibbonContextualTabDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
childTabs: any;
tags: string[];
/**
* Specifies whether the contextual tab is selected.
* @default false
*/
isSelected: any;
/**
* Defines the tab groups to be rendered in ribbon.
* @default []
* @asptype List
*/
tabs: any;
/**
* Specifies whether the contextual tab is visible.
* @default false
*/
visible: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}
/**
* RibbonContextualTab Array Directive
* @private
*/
export declare class RibbonContextualTabsDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}