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