import type { FunctionComponent, SVGProps } from 'react'; export declare type Props = SVGProps; export declare const Cell: FunctionComponent;