import type { FC } from "react"; import { ClassName } from "@helpers/types"; declare const CalendarSvg: FC; export default CalendarSvg;