import * as React from "react";
import type { IconProps } from "../types";
declare const Calendar: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Calendar;
//# sourceMappingURL=calendar.d.ts.map