import { FC } from "react";
import { tApp } from "../features/domain/types/t.app";
type Props = tApp;
declare const RokoCalendar: FC<Props>;
export default RokoCalendar;
