import React from 'react'; interface CalendarIconProps { className?: string; } declare const CalendarIcon: React.FC; export default CalendarIcon;