export interface ShowEventCreationModalParams { title?: string; startTime?: Date; endTime?: Date; isAllDay?: boolean; } export declare function showEventCreationModal(params?: ShowEventCreationModalParams): Promise;