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