/// import { IconProps } from './@IconTypes'; declare function CalendarIcon({ className, style, fill }: IconProps): JSX.Element; export default CalendarIcon;