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