import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionCheckbox } from "./ToolActionCheckbox"; import * as i0 from "@angular/core"; export declare class IgxToolActionCheckboxComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionCheckbox; /** * @hidden */ get i(): ToolActionCheckbox; ngAfterContentInit(): void; constructor(); /** * Gets or sets if the tool action is checked. */ get isChecked(): boolean; set isChecked(v: boolean); static ngAcceptInputType_isChecked: boolean | 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); exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }