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