import { GridToolbarContent } from "./GridToolbarContent";
import { WCNativeHelper } from "igniteui-react";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class GridToolbarTitle extends GridToolbarContent {
    static $t: Type;
    private b;
    protected get c(): WCNativeHelper;
    private d;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    protected get_a(): string;
    protected set_a(a: string): void;
    get a(): string;
    set a(a: string);
}
