import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export interface ElementItemData { url: string; name: string; date?: number; checked?: boolean; otherData?: any; } export interface ElementPairItemData { key: string; value: ElementItemData; } export declare class ScrollfileComponent implements OnInit { elemento: ElementPairItemData; deleteFile: EventEmitter; openFile: EventEmitter; onBlur: EventEmitter; constructor(); ngOnInit(): void; toggleCheck(ele: ElementPairItemData): void; downloadFile(ele: ElementPairItemData): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }