import { PaginatorProps } from './Paginator.types'; /** * Paginator component - Navigation control for paginated content * Supports go-to-page input and page size selector * * @example * ```tsx * setPage(page)} * /> * * // Simple mode with go-to-page (ib-ui style) * * * // With page size selector * * ``` */ export declare const Paginator: import('react').ForwardRefExoticComponent>; export default Paginator; //# sourceMappingURL=Paginator.d.ts.map