import { ElementRef } from '@angular/core';
import { CdsButtonAction } from '@cds/core/button-action';
import * as i0 from "@angular/core";
export declare class CdsButtonActionDirective {
    protected element: CdsButtonAction;
    get shape(): string;
    set shape(value: string);
    get action(): string;
    set action(value: string);
    get iconSize(): string;
    set iconSize(value: string);
    get i18n(): {
        sort: string;
        expand: string;
        close: string;
        resize: string;
        filter: string;
    };
    set i18n(value: {
        sort: string;
        expand: string;
        close: string;
        resize: string;
        filter: string;
    });
    get pressed(): boolean | '';
    set pressed(value: boolean | '');
    get expanded(): boolean | '';
    set expanded(value: boolean | '');
    get readonly(): boolean | '';
    set readonly(value: boolean | '');
    get type(): "button" | "submit";
    set type(value: "button" | "submit");
    get name(): string;
    set name(value: string);
    get value(): string;
    set value(value: string);
    get disabled(): boolean | '';
    set disabled(value: boolean | '');
    get popup(): string;
    set popup(value: string);
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsButtonActionDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsButtonActionDirective, "cds-button-action", never, { "shape": "shape"; "action": "action"; "iconSize": "iconSize"; "i18n": "i18n"; "pressed": "pressed"; "expanded": "expanded"; "readonly": "readonly"; "type": "type"; "name": "name"; "value": "value"; "disabled": "disabled"; "popup": "popup"; }, {}, never>;
}
