import React from 'react';
import type { CellProps } from './types';
export default function Cell({ align, children, gridColumns, gridGaps, gridGutters, gridUnit, order, skip, span, overrides, }: CellProps): React.JSX.Element;
