import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionRadioDescription extends ToolActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private d4;
    get channel(): string;
    set channel(a: string);
    private dw;
    get isChecked(): boolean;
    set isChecked(a: boolean);
    private dx;
    get isManual(): boolean;
    set isManual(a: boolean);
    private d7;
    get uncheckedBackgroundColor(): string;
    set uncheckedBackgroundColor(a: string);
    private d2;
    get actualUncheckedBackgroundColor(): string;
    set actualUncheckedBackgroundColor(a: string);
    private d5;
    get checkedBackgroundColor(): string;
    set checkedBackgroundColor(a: string);
    private d0;
    get actualCheckedBackgroundColor(): string;
    set actualCheckedBackgroundColor(a: string);
    private d8;
    get uncheckedBorderColor(): string;
    set uncheckedBorderColor(a: string);
    private d3;
    get actualUncheckedBorderColor(): string;
    set actualUncheckedBorderColor(a: string);
    private d6;
    get checkedBorderColor(): string;
    set checkedBorderColor(a: string);
    private d1;
    get actualCheckedBorderColor(): string;
    set actualCheckedBorderColor(a: string);
}
