DIR : /home/kozerus/public_html/cropex/node/node_modules/recharts/types/component/Cell.d.ts
/home/kozerus/public_html/cropex/node/node_modules/recharts/types/component
/**
* @fileOverview Cross
*/
import type { FunctionComponent, SVGProps } from 'react';
export type Props = SVGProps<SVGElement>;
export declare const Cell: FunctionComponent<Props>;
//