/// import { OverflowProps, DisplayProps, TextAlignProps, BorderProps, BorderTopProps, BorderRightProps, BorderLeftProps, BorderBottomProps, OpacityProps, BorderRadiusProps, FontFamilyProps, BoxShadowProps, BorderColorProps } from 'styled-system'; export declare const Cell: import("react").FunctionComponent; export interface CellProps extends OverflowProps, DisplayProps, TextAlignProps, BorderProps, BorderTopProps, BorderBottomProps, BorderLeftProps, BorderRightProps, OpacityProps, FontFamilyProps, BorderRadiusProps, BoxShadowProps, BorderColorProps { width?: number; height?: number; top?: number | string; left?: number | string; middle?: boolean; center?: boolean; area?: string; }