import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Calendar: React.MemoExoticComponent>; declare type CalendarRef = PathIconRef; declare type CalendarProps = PathIconProps; export { Calendar }; export type { CalendarRef, CalendarProps }; export default Calendar;