import { FC } from 'react'; type Props = { y: number; x: number; }; export declare const Cell: FC; export {}; //# sourceMappingURL=Cell.d.ts.map