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