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