/** @jsxRuntime classic */ /** @jsx jsx */ import type { ReactNode } from 'react'; import { jsx } from '@keystone-ui/core'; /** * This is the component you should use when you want the standard padding around a cell value */ export declare const CellContainer: ({ children, ...props }: { children: ReactNode; }) => jsx.JSX.Element; //# sourceMappingURL=CellContainer.d.ts.map