import { Column } from "./Column"; /** * Row object for Rendering */ export declare class Row { Columns: Column[]; }