import { CalendarEventComponent } from './../calendar-event/calendar-event.component';
import { QueryList } from '@angular/core';
import * as i0 from "@angular/core";
export declare class EventsListComponent {
    eventsList: QueryList<CalendarEventComponent>;
    static ɵfac: i0.ɵɵFactoryDeclaration<EventsListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EventsListComponent, "obl-events-list", never, {}, {}, ["eventsList"], ["eventslist"], false, never>;
}
