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