/**
 * directive that renders the sorting header row for a table
 * @ngdoc directive
 * @example
 * ```html
 * <ng-table-sorter-row></ng-table-sorter-row>
 * ```
 */
export declare function ngTableSorterRow(): {
    restrict: string;
    replace: boolean;
    templateUrl: any;
    scope: boolean;
    controller: string;
    controllerAs: string;
};
