import React from 'react'; interface G2IconProps { width?: number | string; height?: number | string; className?: string; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function G2Icon({ width, height, className, color }: G2IconProps): React.JSX.Element; export {}; //# sourceMappingURL=g2-icon.d.ts.map