import type { EventView, TaskView, ViewType } from "../types/options"; export declare const VIEW_TYPE: { [key: string]: ViewType; }; export declare const DEFAULT_TASK_PANEL: TaskView[]; export declare const DEFAULT_EVENT_PANEL: EventView[];