///
/**
* ngTable: Table + Angular JS
*
* @author Vitalii Savchuk
* @url https://github.com/esvit/ng-table/
* @license New BSD License
*/
import * as ng1 from 'angular';
import { NgTableEventsChannel } from '../core';
/**
* Directive that renders the table pagination controls
* @ngdoc directive
*/
export declare function ngTablePagination($compile: ng1.ICompileService, $document: ng1.IDocumentService, ngTableEventsChannel: NgTableEventsChannel): ng1.IDirective;