import type { SVGProps } from "react"; export interface CalendarPlusIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CalendarPlusIcon({ className, size, color, ...props }: CalendarPlusIconProps): import("react").JSX.Element; //# sourceMappingURL=calendar-plus-icon.d.ts.map