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