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