import { IgxLayoutSelectedKeysCollection } from "./igx-layout-selected-keys-collection"; import { ToolActionCheckboxListIndexType } from "./ToolActionCheckboxListIndexType"; import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionCheckboxList } from "./ToolActionCheckboxList"; import * as i0 from "@angular/core"; export declare class IgxToolActionCheckboxListComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionCheckboxList; /** * @hidden */ get i(): ToolActionCheckboxList; ngAfterContentInit(): void; constructor(); /** * Gets or sets if the tool action is checked. */ get dataSource(): any; set dataSource(v: any); /** * Gets or sets if the tool action is checked. */ get selectedMemberPath(): string; set selectedMemberPath(v: string); /** * Gets or sets if the select all row is shown. */ get showSelectAll(): boolean; set showSelectAll(v: boolean); static ngAcceptInputType_showSelectAll: boolean | string; /** * Gets or sets if the tool action is checked. */ get dataMemberPath(): string; set dataMemberPath(v: string); /** * Gets or sets if the tool action is checked. */ get primaryKey(): string[]; set primaryKey(v: string[]); static ngAcceptInputType_primaryKey: string[] | string; private _selectedKeys; /** */ get selectedKeys(): IgxLayoutSelectedKeysCollection; set selectedKeys(v: IgxLayoutSelectedKeysCollection); static ngAcceptInputType_selectedKeys: IgxLayoutSelectedKeysCollection | string; /** */ get indexType(): ToolActionCheckboxListIndexType; set indexType(v: ToolActionCheckboxListIndexType); static ngAcceptInputType_indexType: ToolActionCheckboxListIndexType | string; /** * Gets or sets the background color of the checkbox when in the unchecked state. */ get uncheckedBackgroundColor(): string; set uncheckedBackgroundColor(v: string); /** * Gets the actual background color of the checkbox when in the unchecked state. */ get actualUncheckedBackgroundColor(): string; set actualUncheckedBackgroundColor(v: string); /** * Gets or sets the background color of the checkbox when in the checked state. */ get checkedBackgroundColor(): string; set checkedBackgroundColor(v: string); /** * Gets the actual background color of the checkbox when in the checked state. */ get actualCheckedBackgroundColor(): string; set actualCheckedBackgroundColor(v: string); /** * Gets or sets the border color of the checkbox when in the unchecked state. */ get uncheckedBorderColor(): string; set uncheckedBorderColor(v: string); /** * Gets the actual border color of the checkbox when in the unchecked state. */ get actualUncheckedBorderColor(): string; set actualUncheckedBorderColor(v: string); /** * Gets or sets the border color of the checkbox when in the checked state. */ get checkedBorderColor(): string; set checkedBorderColor(v: string); /** * Gets the actual border color of the checkbox when in the checked state. */ get actualCheckedBorderColor(): string; set actualCheckedBorderColor(v: string); findByName(name: string): any; exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }