import { IconProps } from '../lib';
declare function CalendarCheck({ weight, color, size, style }: IconProps): JSX.Element;
export default CalendarCheck;
