import type { TableColumnRender } from '../..'; export interface ColumnSwitchProps { key?: string; url?: string | ((rowData: object) => string); } export declare function columnSwitch(props: ColumnSwitchProps, client: any, message: any, key?: string | number, tableUrl?: string): TableColumnRender;