import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; /** * A control for setting the number of items per page in a paginated list. */ export declare class ItemsPerPageControlsComponent { itemsPerPage: number; itemsPerPageChange: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }