import * as React from 'react';
export interface Graphic2Props {
  className?: string;
  style?: React.CSSProperties;
  icon?: "design" | "screen" | "finance" | "people" | "home" | "diamond" | "phone" | "clock" | "map" | "mail" | "typography" | "mobile" | "drag" | "seo" | "speed" | "cart" | "custom" | "plan" | "strategy" | "optimize" | "world" | "grape" | "car" | "module" | "eco" | "crown";
}
export declare const Graphic2: React.FC<Graphic2Props>;
export default Graphic2;
