import { EventEmitter } from '@angular/core'; export declare class RefreshComponent { refresh: EventEmitter; constructor(); }