export declare class ToolbarTitle {
    title: string;
    constructor();
}
