import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionGroupHeader } from "./ToolActionGroupHeader"; import * as i0 from "@angular/core"; export declare class IgxToolActionGroupHeaderComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionGroupHeader; /** * @hidden */ get i(): ToolActionGroupHeader; ngAfterContentInit(): void; constructor(); /** * Gets the actual back icon color. */ get actualBackIconColor(): string; set actualBackIconColor(v: string); /** * Gets or sets the icon color for the back button. */ get backIconColor(): string; set backIconColor(v: string); exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }