import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ColumnWidthDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private l;
    get isStarSized(): boolean;
    set isStarSized(a: boolean);
    private o;
    get value(): number;
    set value(a: number);
    private n;
    get minimumWidth(): number;
    set minimumWidth(a: number);
}
