/** * directive that renders the group header row for a table * @ngdoc directive * @example * ```html * * ``` */ export declare function ngTableGroupRow(): { restrict: string; replace: boolean; templateUrl: any; scope: boolean; controller: string; controllerAs: string; };