import { IconProps } from '../lib';
declare function CalendarPlus(props: IconProps): JSX.Element;
export default CalendarPlus;
