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