export declare function create(padding: number): { addRow(row: string[]): void; render(): string; };