import { Base, Type } from "./type";
import { NativeUIGridHeightType } from "./NativeUIGridHeightType";
/**
 * @hidden
 */
export declare class GridBridgeRowDefinition extends Base {
    static $t: Type;
    constructor();
    a: NativeUIGridHeightType;
    b: number;
    c: number;
    d(): string;
}
