import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridActionButtonDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get asMenuItem(): boolean;
    set asMenuItem(a: boolean);
    private i;
    get iconName(): string;
    set iconName(a: string);
    private h;
    get classNames(): string;
    set classNames(a: string);
    private j;
    get iconSet(): string;
    set iconSet(a: string);
    private k;
    get labelText(): string;
    set labelText(a: string);
}
