import type { TableRow, TableOptions } from "./types";
export type { TableRow, TableOptions, TableColor } from "./types";
export declare const renderTable: (rows: TableRow[], options?: TableOptions) => string;
