/**
 * Get the columns ReactElement array.
 * - Handling the case where there is an array of <Column> in children.
 * - Filter empty items in children.
 */
declare function getTableColumns(children: any): any;
export default getTableColumns;
