import { CalendarEvent, CalendarThemes } from './interface/calendar.interface';
import * as i0 from "@angular/core";
export declare class NpxCalendarComponent {
    events: CalendarEvent[];
    options: CalendarThemes;
    static ɵfac: i0.ɵɵFactoryDeclaration<NpxCalendarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NpxCalendarComponent, "npx-calendar", never, { "events": { "alias": "events"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
}
