import { Key } from 'react'; import { Column } from '../types'; export declare const getColumnKeys: (columns: Column[]) => Key[];