import * as i0 from "@angular/core";
export declare class ItDimmerButtonsComponent {
    /**
     * Indica se abbiamo 1 solo bottone
     * @default false
     */
    set hasOneButton(value: boolean);
    get hasOneButton(): boolean;
    private _hasOneButton;
    static ɵfac: i0.ɵɵFactoryDeclaration<ItDimmerButtonsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ItDimmerButtonsComponent, "it-dimmer-buttons", never, { "hasOneButton": { "alias": "hasOneButton"; "required": false; }; }, {}, never, ["*"], true, never>;
}
