export type View = "month" | "week" | "day"; declare const Navigation: () => import("react/jsx-runtime").JSX.Element | null; export { Navigation };