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