import { IgxToolActionIconButtonComponent } from "./igx-tool-action-icon-button-component"; import { ToolActionIconMenu } from "./ToolActionIconMenu"; import * as i0 from "@angular/core"; export declare class IgxToolActionIconMenuComponent extends IgxToolActionIconButtonComponent { protected createImplementation(): ToolActionIconMenu; /** * @hidden */ get i(): ToolActionIconMenu; ngAfterContentInit(): void; constructor(); /** * Gets or sets the stroke color of the arrow icon. */ get arrowStroke(): string; set arrowStroke(v: string); /** * Gets the actual stroke color of the arrow icon. */ get actualArrowStroke(): string; set actualArrowStroke(v: string); /** * Gets or sets whether the arrow icon should be shown. */ get showArrowIcon(): boolean; set showArrowIcon(v: boolean); static ngAcceptInputType_showArrowIcon: boolean | string; exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }