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