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