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