export declare class GridRow {
    constructor(row: any);
    Row: any;
}
