import { IgxLayoutSelectedItemsCollection } from "./igx-layout-selected-items-collection"; import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionCombo } from "./ToolActionCombo"; import * as i0 from "@angular/core"; export declare class IgxToolActionComboComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionCombo; /** * @hidden */ get i(): ToolActionCombo; ngAfterContentInit(): void; constructor(); /** * Gets or sets if the tool action is checked. */ get dataSource(): any; set dataSource(v: any); /** * Gets or sets the field to use to get the displayed values. */ get displayMemberPath(): string; set displayMemberPath(v: string); /** * Gets or sets the field to use to get the values to use. */ get valueMemberPath(): string; set valueMemberPath(v: string); private _selectedValues; /** */ get selectedValues(): IgxLayoutSelectedItemsCollection; set selectedValues(v: IgxLayoutSelectedItemsCollection); static ngAcceptInputType_selectedValues: IgxLayoutSelectedItemsCollection | string; exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }