import { ColumnDef } from '../../types'; export declare function generateShowFullTextColumn(isFixed: boolean, rowHeight?: number): ColumnDef;