import { TServiceParams } from "@digital-alchemy/core"; import { ObjectBuilderOptions } from "../helpers"; export declare const TABLE_PARTS: { bottom: string; bottom_left: string; bottom_mid: string; bottom_right: string; left: string; left_mid: string; mid: string; mid_mid: string; middle: string; right: string; right_mid: string; top: string; top_left: string; top_mid: string; top_right: string; }; export declare function Table>({ terminal, internal, config, }: TServiceParams): { renderTable(options: ObjectBuilderOptions, renderRows: VALUE[], row?: number, cell?: number): string; };