import { Model } from '../infrastructure/model';

/**
 * > Under Construction.
 */
export declare class PaginationView {
	constructor(model: Model);

	readonly current: number;
	readonly size: number;
}
