/** * @fileOverview Cross */ import type { FunctionComponent, SVGProps } from 'react'; export type Props = SVGProps; export declare const Cell: FunctionComponent;