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