import type { TableColumnRender } from '..'; export interface ColumnImagesProps { key?: string; imageWidth?: number; imageHeight?: number; } export declare function columnImages({ imageWidth, imageHeight, ...props }: ColumnImagesProps): TableColumnRender;