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