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