import { TableColumn } from "../Column"; import { RowData } from "./index"; export declare function createReacord(columns: TableColumn[]): RowData;