import { SVGProps } from "react"; declare const SvgCalendar: (props: SVGProps) => JSX.Element; export default SvgCalendar;