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