export declare class BiCalendarItem { imageUrl: string; altText: string; schedule: string; header: string; location: string; url: string; private formatDateString; render(): any; }