import * as i0 from "@angular/core";
export declare class TimelineEventComponent {
    /** Define the id for the event */
    id: string;
    /** Define the badge color */
    badgeColor: string;
    /** Define the title to display in the badge */
    badgeTitle: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TimelineEventComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TimelineEventComponent, "ux-timeline-event", never, { "id": { "alias": "id"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeTitle": { "alias": "badgeTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
}
