import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ActionsBarComponent implements OnInit, AfterViewInit { hasDrawer: boolean; openDrawer: boolean; titleDrawer: string; isStorybookMode: boolean; labelButtonSuccess?: string | undefined; labelGoBack?: string | undefined; disabledButtonPrimary: boolean; isLoadingButtonPrimary: boolean; variant?: 'custom' | 'form' | 'full'; onClickButtonPrimary: EventEmitter; onClickButtonSecondary: EventEmitter; heightChange: EventEmitter; footerContainerRef: ElementRef; drawerStyle: Record; private resizeObserver; constructor(); ngOnInit(): void; ngAfterViewInit(): void; onClickButtonPrimaryEmit(): void; onClickButtonSecondaryEmit(): void; private updateDrawer; private observeResize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }