import { Drawable } from '../types'; export declare function table(container: Drawable, data: { headers: string[]; values: any[][]; }, opts?: { fontSize?: number; }): void;