import type { TableColumnRender } from '../../table'; import type { ColumnStatusProps } from './status'; export declare function columnType({ key, maps }: ColumnStatusProps): TableColumnRender;