import { EventEmitter, OnChanges, OnInit } from '@angular/core'; import { InputResponse } from './../inputs/input-response'; import { AtributteHeader } from './atributte-header.model'; import { TableBase } from './table-base'; import * as i0 from "@angular/core"; export declare class TableComponent implements TableBase, OnInit, OnChanges { private rowsSelected; checkAll: boolean; source: object[]; headers: AtributteHeader[]; onEventRowSelected?: EventEmitter; checkEvent: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(): void; isSelected(id: number): boolean; eventRowSelected(numId: string, value: boolean): void; private selectedItem; private selectedAll; onLoadValue(item: any, header: AtributteHeader): any; setFormat(value: any, header: AtributteHeader): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }