import { ToolActionButtonGroupDisplayType } from "./ToolActionButtonGroupDisplayType"; import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionButtonPair } from "./ToolActionButtonPair"; import * as i0 from "@angular/core"; export declare class IgxToolActionButtonPairComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionButtonPair; /** * @hidden */ get i(): ToolActionButtonPair; ngAfterContentInit(): void; constructor(); get leftIsSelected(): boolean; set leftIsSelected(v: boolean); static ngAcceptInputType_leftIsSelected: boolean | string; get rightIsSelected(): boolean; set rightIsSelected(v: boolean); static ngAcceptInputType_rightIsSelected: boolean | string; get leftIsDisabled(): boolean; set leftIsDisabled(v: boolean); static ngAcceptInputType_leftIsDisabled: boolean | string; get rightIsDisabled(): boolean; set rightIsDisabled(v: boolean); static ngAcceptInputType_rightIsDisabled: boolean | string; get leftIconName(): string; set leftIconName(v: string); get leftCommandArgument(): string; set leftCommandArgument(v: string); get isToggleDisabled(): boolean; set isToggleDisabled(v: boolean); static ngAcceptInputType_isToggleDisabled: boolean | string; get leftIconCollectionName(): string; set leftIconCollectionName(v: string); /** * Gets or sets the LeftIcon viewbox left. */ get leftIconViewBoxLeft(): number; set leftIconViewBoxLeft(v: number); static ngAcceptInputType_leftIconViewBoxLeft: number | string; /** * Gets or sets the LeftIcon viewbox top. */ get leftIconViewBoxTop(): number; set leftIconViewBoxTop(v: number); static ngAcceptInputType_leftIconViewBoxTop: number | string; /** * Gets or sets the LeftIcon viewbox width. */ get leftIconViewBoxWidth(): number; set leftIconViewBoxWidth(v: number); static ngAcceptInputType_leftIconViewBoxWidth: number | string; /** * Gets or sets the LeftIcon viewbox height. */ get leftIconViewBoxHeight(): number; set leftIconViewBoxHeight(v: number); static ngAcceptInputType_leftIconViewBoxHeight: number | string; /** * Gets or sets the LeftIcon fill color. */ get leftIconFill(): string; set leftIconFill(v: string); /** * Gets the actual LeftIcon fill color. */ get actualLeftIconFill(): string; set actualLeftIconFill(v: string); /** * Gets or sets the LeftIcon fill colors. */ get leftIconFillColors(): string[]; set leftIconFillColors(v: string[]); static ngAcceptInputType_leftIconFillColors: string[] | string; /** * Gets or sets the LeftIcon stroke color. */ get leftIconStroke(): string; set leftIconStroke(v: string); /** * Gets the actual LeftIcon stroke color. */ get actualLeftIconStroke(): string; set actualLeftIconStroke(v: string); /** * Gets or sets the LeftIcon stroke colors. */ get leftIconStrokeColors(): string[]; set leftIconStrokeColors(v: string[]); static ngAcceptInputType_leftIconStrokeColors: string[] | string; /** * Gets or sets the LeftIcon viewbox width. */ get leftIconStrokeWidth(): number; set leftIconStrokeWidth(v: number); static ngAcceptInputType_leftIconStrokeWidth: number | string; /** * Gets or sets the title of the left button. */ get leftTitle(): string; set leftTitle(v: string); get rightIconName(): string; set rightIconName(v: string); get rightCommandArgument(): string; set rightCommandArgument(v: string); get rightIconCollectionName(): string; set rightIconCollectionName(v: string); /** * Gets or sets the RightIcon viewbox left. */ get rightIconViewBoxLeft(): number; set rightIconViewBoxLeft(v: number); static ngAcceptInputType_rightIconViewBoxLeft: number | string; /** * Gets or sets the RightIcon viewbox top. */ get rightIconViewBoxTop(): number; set rightIconViewBoxTop(v: number); static ngAcceptInputType_rightIconViewBoxTop: number | string; /** * Gets or sets the RightIcon viewbox width. */ get rightIconViewBoxWidth(): number; set rightIconViewBoxWidth(v: number); static ngAcceptInputType_rightIconViewBoxWidth: number | string; /** * Gets or sets the RightIcon viewbox height. */ get rightIconViewBoxHeight(): number; set rightIconViewBoxHeight(v: number); static ngAcceptInputType_rightIconViewBoxHeight: number | string; /** * Gets or sets the RightIcon fill color. */ get rightIconFill(): string; set rightIconFill(v: string); /** * Gets the actual RightIcon fill color. */ get actualRightIconFill(): string; set actualRightIconFill(v: string); /** * Gets or sets the RightIcon fill colors. */ get rightIconFillColors(): string[]; set rightIconFillColors(v: string[]); static ngAcceptInputType_rightIconFillColors: string[] | string; /** * Gets or sets the RightIcon stroke color. */ get rightIconStroke(): string; set rightIconStroke(v: string); /** * Gets the actual RightIcon stroke color. */ get actualRightIconStroke(): string; set actualRightIconStroke(v: string); /** * Gets or sets the RightIcon stroke colors. */ get rightIconStrokeColors(): string[]; set rightIconStrokeColors(v: string[]); static ngAcceptInputType_rightIconStrokeColors: string[] | string; /** * Gets or sets the RightIcon viewbox width. */ get rightIconStrokeWidth(): number; set rightIconStrokeWidth(v: number); static ngAcceptInputType_rightIconStrokeWidth: number | string; /** * Gets or sets the title of the Right button. */ get rightTitle(): string; set rightTitle(v: string); /** * Gets or sets the display type for the button. */ get displayType(): ToolActionButtonGroupDisplayType; set displayType(v: ToolActionButtonGroupDisplayType); static ngAcceptInputType_displayType: ToolActionButtonGroupDisplayType | string; /** * Gets or sets the button corner radius. */ get cornerRadius(): number; set cornerRadius(v: number); static ngAcceptInputType_cornerRadius: number | string; exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }