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