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