import { ListOption } from '../../types'; import { CellEvent, ColumnEvent } from './types'; export declare const RESIZE_GAP = 10; export declare const MIN_COLUMN_WIDTH = 30; export declare const cellEventOptions: ListOption[]; export declare const columnEventOptions: ListOption[]; //# sourceMappingURL=constants.d.ts.map