import { WebFieldEditorOptionsDescription } from "./WebFieldEditorOptionsDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebColumnEditorOptionsDescription extends WebFieldEditorOptionsDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
}
