import React from 'react';
import { IconProps } from './types';
declare const CalendarIcon: (props: IconProps) => React.JSX.Element;
export { CalendarIcon };
