import type { ClientCollectionConfig, CodeFieldClient, DefaultCellComponentProps } from 'payload'; import React from 'react'; import './index.scss'; export interface CodeCellProps extends DefaultCellComponentProps { readonly collectionConfig: ClientCollectionConfig; readonly nowrap?: boolean; } export declare const CodeCell: React.FC; //# sourceMappingURL=index.d.ts.map