import { DrawTableError, DrawTableOptions, CellContent } from ".."; export declare function handleOverflow(rows: CellContent[][], error: DrawTableError, headers: CellContent[], options?: DrawTableOptions): { remainingRows: CellContent[][]; newOverflowRows?: CellContent[][]; };