import { OuterContainers } from '../../types/outerContainer';
import { ActiveTable } from '../../activeTable';
export declare class PaginationElements {
    static readonly PAGINATION_TEXT_COMPONENT_CLASS = "pagination-text-component";
    static create(at: ActiveTable, containers: OuterContainers): void;
}
//# sourceMappingURL=paginationElements.d.ts.map