import type { Cell } from './Cell';
export declare class Row {
    cells: Cell[];
    constructor();
    toString(): string;
    toArray(): string[];
}
//# sourceMappingURL=Row.d.ts.map