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