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