import type { DesiredColumn, TableSchema } from "../queries.ts"; export declare const tableBoxStyles: string; export declare function tableBox(t: TableSchema, pos: { x: number; y: number; h: number; }, BOX_W: number, BOX_HEADER_H: number, ROW_H: number, base: string, pendingColumns?: DesiredColumn[] | null, readonly?: boolean): import("hono/utils/html").HtmlEscapedString | Promise; //# sourceMappingURL=table-box.d.ts.map