import { GridCellLayout } from '../types';
export declare const GridCell: ({ layout }: {
    layout: GridCellLayout;
}) => import("@emotion/react/jsx-runtime").JSX.Element;
