import type { BlocksFieldClient, DefaultCellComponentProps } from 'payload';
import React from 'react';
export interface BlocksCellProps extends DefaultCellComponentProps<BlocksFieldClient> {
}
export declare const BlocksCell: React.FC<BlocksCellProps>;
//# sourceMappingURL=index.d.ts.map