import { EventEmitter } from '@angular/core'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ButtonsFormComponent { showBtnAccept: boolean; showBtnCancel: boolean; showBtnDelete: boolean; showBtnClean: boolean; showBtnDeleteIndependent: boolean; disabledDeleteIndependent: boolean; submit: boolean; labelBtnAccept: string; labelBtnCancel: string; labelBtnDelete: string; labelBtnClean: string; iconAccept?: string; iconCancel?: string; iconDelete?: string; controll: FormControl; eventEmmitterAccept: EventEmitter; eventEmmitterCancel: EventEmitter; eventEmmitterDelete: EventEmitter; eventEmmitterClean: EventEmitter; isDisabled: boolean; onChange: (_: any) => void; onTouch: () => void; constructor(); ngOnInit(): void; ngAfterViewInit(): void; onInput(value: string): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; clickAccept(event: any): void; clickCancel(event: any): void; clickDelete(event: any): void; clickClean(event: any): void; isMobile(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }