/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PagerType as PagerTypeSource } from '@progress/kendo-angular-pager'; /** * Defines the type that the pager [`type`](https://www.telerik.com/kendo-angular-ui/components/listview/api/pagersettings#type) property accepts. * Specifies whether the pager renders a set of buttons for page control or a single HTML `input` element * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/paging#pager-options)). * */ export declare type PagerType = Partial;