export declare class GridHelper { static getToolbarTitleTemplateItem(title: string | undefined): { location: string; template: () => string; }; }